Skip to content

Commit 1c8d53b

Browse files
Copilot4n4nd
andcommitted
Remove unused importlib import from test_lazy_imports.py
- importlib was imported but never used in the test file - All tests still pass after removal Co-authored-by: 4n4nd <22333506+4n4nd@users.noreply.github.com>
1 parent c02129e commit 1c8d53b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_lazy_imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import unittest
33
import sys
44
import subprocess
5-
import importlib
65

76

87
class TestLazyImports(unittest.TestCase):

0 commit comments

Comments
 (0)