Skip to content

Commit 22f9f17

Browse files
committed
Fix lint: add noqa for E402/I001 on codegen import
1 parent cced5be commit 22f9f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
sys.path.insert(0, str(codegen_dir))
1414

15-
from schema_to_pydantic import PydanticModelGenerator # type: ignore[import-not-found]
15+
from schema_to_pydantic import PydanticModelGenerator # type: ignore[import-not-found] # noqa: E402, I001
1616

1717

1818
@pytest.fixture

0 commit comments

Comments
 (0)