Skip to content

Commit f4fff1c

Browse files
authored
linters
1 parent 8919cd8 commit f4fff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ def close(self):
11521152
# In case a connection property does not yet exist
11531153
# (due to a crash earlier in the Redis() constructor), return
11541154
# immediately as there is nothing to clean-up.
1155-
if not hasattr(self, 'connection'):
1155+
if not hasattr(self, "connection"):
11561156
return
11571157

11581158
conn = self.connection

0 commit comments

Comments
 (0)