Skip to content

Commit

Permalink
🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Nov 7, 2023
1 parent 32132f9 commit d39cd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unittests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def test_main(self):
assert (OUTPUT_DIR / "com" / "com.py").exists()
assert (OUTPUT_DIR / "enum" / "typ.py").exists()

# pylint: disable=import-outside-toplevel
from .output.bo4e.bo.angebot import Angebot
# pylint: disable=import-outside-toplevel, import-error
from .output.bo4e.bo.angebot import Angebot # type: ignore[import-not-found]

assert issubclass(Angebot, BaseModel)
assert "typ" in Angebot.model_fields
Expand Down

0 comments on commit d39cd67

Please sign in to comment.