Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 committed Sep 11, 2024
1 parent 76f0613 commit ee71a7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"Spain Central"
]


class EventHubNamespaceZoneRedundant(BaseResourceValueCheck):
def __init__(self) -> None:
"""
Expand All @@ -34,4 +35,5 @@ def get_inspected_key(self) -> str:
def get_expected_values(self):
return LOCATIONS_W_REDUNDANCY


check = EventHubNamespaceZoneRedundant()

0 comments on commit ee71a7f

Please sign in to comment.