We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9701c20 commit 0996833Copy full SHA for 0996833
1 file changed
tests/conftest.py
@@ -23,5 +23,6 @@ def cleanup_mongo_clients():
23
# Remove the client attribute so future test runs start fresh
24
delattr(_test_mongetter, "client")
25
except (ImportError, AttributeError):
26
- # If the module wasn't imported or client wasn't created, nothing to clean up
+ # If the module wasn't imported or client wasn't created,
27
+ # then there's nothing to clean up
28
pass
0 commit comments