We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cced5be commit 22f9f17Copy full SHA for 22f9f17
1 file changed
tests/test_codegen.py
@@ -12,7 +12,7 @@
12
13
sys.path.insert(0, str(codegen_dir))
14
15
-from schema_to_pydantic import PydanticModelGenerator # type: ignore[import-not-found]
+from schema_to_pydantic import PydanticModelGenerator # type: ignore[import-not-found] # noqa: E402, I001
16
17
18
@pytest.fixture
0 commit comments