Skip to content

Commit

Permalink
Swap imports in models/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot65 committed Jan 16, 2024
1 parent 7dd81ed commit 6e32e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
from .arp_table import ArpTableEntry

# trunk-ignore(ruff/F401)
from .content_version import ContentVersion
from .assurance_report import ReadinessCheckReport, SnapshotReport

# trunk-ignore(ruff/F401)
from .assurance_report import AssuranceReport
from .content_version import ContentVersion

# trunk-ignore(ruff/F401)
from .ip_sec_tunnel import IPSecTunnelEntry
Expand Down

0 comments on commit 6e32e2a

Please sign in to comment.