Skip to content

Commit 8919cd8

Browse files
authored
linters
1 parent 81e4d0b commit 8919cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redis/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,8 @@ def __del__(self):
11491149
self.close()
11501150

11511151
def close(self):
1152-
# In case a connection property does not yet exist (due to a crash earlier in the Redis() constructor), return
1152+
# In case a connection property does not yet exist
1153+
# (due to a crash earlier in the Redis() constructor), return
11531154
# immediately as there is nothing to clean-up.
11541155
if not hasattr(self, 'connection'):
11551156
return

0 commit comments

Comments
 (0)