Format code with yapf

This commit is contained in:
deepsource-autofix[bot] 2021-04-09 23:23:44 +00:00 committed by GitHub
parent a06c94a69e
commit 5fa89ebc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -381,8 +381,7 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
listener.on_closed()
self._closeListeners: list[Session.CloseListener] = []
self._reconnectionListeners: list[
Session.ReconnectionListener] = []
self._reconnectionListeners: list[Session.ReconnectionListener] = []
self._LOGGER.info("Closed session. device_id: {}".format(
self._inner.device_id))