Skip to content

Commit dd39ab8

Browse files
ilaifMidnighter
andcommitted
fix: remove unused imports
Co-authored-by: Midnighter <[email protected]>
1 parent ca813c7 commit dd39ab8

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/test_unit/model/test_element.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
import pytest
20-
from pydantic import ValidationError
2120

2221
from structurizr.model.element import Element
2322

tests/test_unit/model/test_enterprise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
import pytest
20-
from pydantic import ValidationError
2120

2221
from structurizr.model.enterprise import Enterprise
2322

tests/test_unit/model/test_person.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
import pytest
20-
from pydantic import ValidationError
2120

2221
from structurizr.model.person import Person
2322

tests/test_unit/model/test_perspective.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
import pytest
20-
from pydantic import ValidationError
2120

2221
from structurizr.model.perspective import Perspective
2322

tests/test_unit/model/test_software_system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
import pytest
20-
from pydantic import ValidationError
2120

2221
from structurizr.model.software_system import SoftwareSystem
2322

0 commit comments

Comments
 (0)