Skip to content

Commit 4cda9b3

Browse files
Fix indentation in DummyConnection class
Removed extra whitespace in the DummyConnection class in test_connection_pool.py to maintain consistent indentation throughout the file. This helps maintain code style consistency across the codebase.
1 parent ca0fdaf commit 4cda9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connection_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, **kwargs):
2929

3030
def connect(self):
3131
pass
32-
32+
3333
def can_read(self):
3434
return False
3535

0 commit comments

Comments
 (0)