Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Jan 15, 2025
1 parent 6f81c1e commit 10cdca9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fides/api/models/connectionconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ def system_type(self) -> "SystemType":
try:
return system_type_mapping[self.value]
except KeyError:
raise NotImplementedError(
"Add new ConnectionType to system_type mapping"
)
raise NotImplementedError("Add new ConnectionType to system_type mapping")

Check warning on line 151 in src/fides/api/models/connectionconfig.py

View check run for this annotation

Codecov / codecov/patch

src/fides/api/models/connectionconfig.py#L150-L151

Added lines #L150 - L151 were not covered by tests


class AccessLevel(enum.Enum):
Expand Down

0 comments on commit 10cdca9

Please sign in to comment.