From 968b8a4b45a36156ab6b0cbcec859682d9b9cadc Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:37:03 -0500 Subject: [PATCH] STY: PEP8 --- pysatNASA/instruments/timed_guvi.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pysatNASA/instruments/timed_guvi.py b/pysatNASA/instruments/timed_guvi.py index 24d1746d..b0a7e17e 100644 --- a/pysatNASA/instruments/timed_guvi.py +++ b/pysatNASA/instruments/timed_guvi.py @@ -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()}