Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jul 31, 2024
1 parent 492697b commit 0acd856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aegea/util/aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def ensure_vpc():


def availability_zones():
from ... import config

for az in clients.ec2.describe_availability_zones()["AvailabilityZones"]:
if az["ZoneId"] in config.vpc.avoid_az_ids:
continue
Expand Down

0 comments on commit 0acd856

Please sign in to comment.