Skip to content

Commit

Permalink
Automated format fixes (autopep8 + isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 authored and github-actions[bot] committed Nov 10, 2022
1 parent aa9c3fd commit 867c732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
def test_normalization_dicts():
# 5ZONE
assert (all(norm_variable in RANGES_5ZONE.keys()
for norm_variable in DEFAULT_5ZONE_OBSERVATION_VARIABLES))
for norm_variable in DEFAULT_5ZONE_OBSERVATION_VARIABLES))

# DATACENTER
assert (all(norm_variable in RANGES_DATACENTER.keys()
for norm_variable in DEFAULT_DATACENTER_OBSERVATION_VARIABLES))
for norm_variable in DEFAULT_DATACENTER_OBSERVATION_VARIABLES))

# OFFICEMEDIUM
assert (all(norm_variable in RANGES_OFFICE.keys()
for norm_variable in DEFAULT_OFFICE_OBSERVATION_VARIABLES))
for norm_variable in DEFAULT_OFFICE_OBSERVATION_VARIABLES))

# WAREHOUSE
assert (all(norm_variable in RANGES_WAREHOUSE.keys()
for norm_variable in DEFAULT_WAREHOUSE_OBSERVATION_VARIABLES))
for norm_variable in DEFAULT_WAREHOUSE_OBSERVATION_VARIABLES))

0 comments on commit 867c732

Please sign in to comment.