Browse Source

Remove trailing whitespaces...

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

2
socketio/__init__.py

@ -24,7 +24,7 @@ __version__ = '1.9.0'
__all__ = ['__version__', 'Middleware', 'Server', __all__ = ['__version__', 'Middleware', 'Server',
'BaseManager', 'PubSubManager', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'KafkaManager', 'ZmqManager', 'KombuManager', 'RedisManager', 'KafkaManager', 'ZmqManager',
'Namespace'] '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