Skip to content

Commit 9b455ac

Browse files
committed
shorter comment
1 parent 1cc43c9 commit 9b455ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ def cleanup_mongo_clients():
2323
# Remove the client attribute so future test runs start fresh
2424
delattr(_test_mongetter, "client")
2525
except (ImportError, AttributeError):
26-
# If the module wasn't imported or client wasn't created, nothing to clean up
26+
# If the module wasn't imported or client wasn't created,
27+
# then there's nothing to clean up
2728
pass

0 commit comments

Comments
 (0)