Skip to content

Commit

Permalink
STY: PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jan 18, 2024
1 parent 78504c6 commit 968b8a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pysatNASA/instruments/timed_guvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@
for tag in inst_ids[iid]}
for iid in ['high_res', 'low_res']}
# TODO(#218): Remove when compliant with multi-day load tests
_new_tests = {iid: {tag: False
for tag in inst_ids[iid]}
for iid in ['high_res', 'low_res']}
_new_tests = {iid: {tag: False for tag in inst_ids[iid]}
for iid in ['high_res', 'low_res']}
_clean_warn = {inst_id: {tag: mm_nasa.clean_warnings
for tag in inst_ids[inst_id]}
for inst_id in inst_ids.keys()}
Expand Down

0 comments on commit 968b8a4

Please sign in to comment.