Skip to content

Commit

Permalink
Remove unused __version__ constant (Fixes #262)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 30, 2021
1 parent f0b6399 commit ed4b1e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engineio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
get_tornado_handler = None
ASGIApp = None

__version__ = '4.2.1dev'

__all__ = ['__version__', 'Server', 'WSGIApp', 'Middleware', 'Client']

This comment has been minimized.

Copy link
@morpheus65535

morpheus65535 Nov 30, 2021

Should you also remove __version__ here?

This comment has been minimized.

Copy link
@miguelgrinberg

miguelgrinberg Nov 30, 2021

Author Owner

Oops, yeah. Thanks! Hmm. My linter did not catch this. Interesting.

if AsyncServer is not None: # pragma: no cover
__all__ += ['AsyncServer', 'ASGIApp', 'get_tornado_handler',
Expand Down

0 comments on commit ed4b1e2

Please sign in to comment.