Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 23, 2021
1 parent 5bbcaeb commit 5ca34f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def connectionMade(self):
self.send_msg("get_disks")
self.send_msg("get_queue")

def disconnect(self, reactor=None, factory=None, host=None, port=None, isReconnection=False):
def disconnect(
self, reactor=None, factory=None, host=None, port=None, isReconnection=False
):
try:
self.transport.loseConnection()
if isReconnection:
Expand Down

0 comments on commit 5ca34f3

Please sign in to comment.