diff --git a/tests/test_collection.py b/tests/test_collection.py index 9abc91c92..37304cd47 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -8,11 +8,7 @@ from anki.stdmodels import addBasicModel, models from anki import Collection as aopen -newPath = None -newMod = None - def test_create_open(): - global newPath, newMod (fd, path) = tempfile.mkstemp(suffix=".anki2", prefix="test_attachNew") try: os.close(fd)