Browse Source

Remove trailing whitespaces

pull/181/head
Vincent Mézino 7 years ago
parent
commit
dc1e416dab
  1. 2
      socketio/__init__.py

2
socketio/__init__.py

@ -23,7 +23,7 @@ else: # pragma: no cover
__version__ = '1.9.0' __version__ = '1.9.0'
__all__ = ['__version__', 'Middleware', 'Server', 'BaseManager', __all__ = ['__version__', 'Middleware', 'Server', 'BaseManager',
'PubSubManager', 'KombuManager', 'RedisManager', 'KafkaManager', 'PubSubManager', 'KombuManager', 'RedisManager', 'KafkaManager',
'ZmqManager', 'Namespace'] 'ZmqManager', 'Namespace']
if AsyncServer is not None: # pragma: no cover if AsyncServer is not None: # pragma: no cover
__all__ += ['AsyncServer', 'AsyncNamespace', 'AsyncManager', __all__ += ['AsyncServer', 'AsyncNamespace', 'AsyncManager',

Loading…
Cancel
Save