File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ async def test_cleanup_executors_on_client_del(self):
7777
7878 def resource_warning_caught ():
7979 gc .collect ()
80- print (w )
8180 for warning in w :
82- print (warning )
8381 if (
8482 issubclass (warning .category , ResourceWarning )
8583 and "Call AsyncMongoClient.close() to safely shut down your client and free up resources."
Original file line number Diff line number Diff line change @@ -75,9 +75,7 @@ def test_cleanup_executors_on_client_del(self):
7575
7676 def resource_warning_caught ():
7777 gc .collect ()
78- print (w )
7978 for warning in w :
80- print (warning )
8179 if (
8280 issubclass (warning .category , ResourceWarning )
8381 and "Call MongoClient.close() to safely shut down your client and free up resources."
You can’t perform that action at this time.
0 commit comments