This commit is contained in:
@@ -56,7 +56,7 @@ def test_import_logging_once_per_module():
|
||||
import io
|
||||
import random
|
||||
""")
|
||||
|
||||
|
||||
with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp:
|
||||
tmp.write(code)
|
||||
tmp_path = tmp.name
|
||||
|
||||
Reference in New Issue
Block a user