Skip to content

Commit fa22701

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d4998bb commit fa22701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_imports.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import unittest
55

6+
67
class TestVecInfImports(unittest.TestCase):
78
def test_import_cli_modules(self):
89
try:
@@ -13,5 +14,6 @@ def test_import_cli_modules(self):
1314
except ImportError as e:
1415
self.fail(f"Import failed: {e}")
1516

17+
1618
if __name__ == "__main__":
1719
unittest.main()

0 commit comments

Comments
 (0)