From f4e8192e87dd4d2a83c55abea05d111478f7528e Mon Sep 17 00:00:00 2001 From: Evan Goetz <32753745+eagoetz@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:21:13 -0700 Subject: [PATCH] Fix flake8 issues (#41) Co-authored-by: Evan Goetz --- gwvet/__init__.py | 1 - gwvet/etg.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gwvet/__init__.py b/gwvet/__init__.py index 7917ad4..f50ceaa 100644 --- a/gwvet/__init__.py +++ b/gwvet/__init__.py @@ -39,4 +39,3 @@ ) del get_versions - diff --git a/gwvet/etg.py b/gwvet/etg.py index 26d3c11..df85547 100644 --- a/gwvet/etg.py +++ b/gwvet/etg.py @@ -87,7 +87,7 @@ def get_canonical_etg_name(name): register_etg_parameters('omicron', **{ # omicron hdf5 columns 'time': 'time', - 'frequency': 'frequency', + 'frequency': 'frequency', 'ylim': [10, 5000], }) register_etg_parameters('kleinewelle', time='peak', frequency='central_freq')