Skip to content

Commit

Permalink
mypy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsachs committed Jan 6, 2025
1 parent 0f8c74b commit 7459ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fides/api/models/detection_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from fides.api.db.base_class import Base, FidesBase
from fides.api.models.connectionconfig import ConnectionConfig
from fides.api.models.sql_models import System
from fides.api.models.sql_models import System # type: ignore[attr-defined]

# class MonitorExecution(BaseModel):
# id: str
Expand Down

0 comments on commit 7459ebb

Please sign in to comment.