From bf0b84ed6f4d3a5dcf0ef404afd617ad39258da2 Mon Sep 17 00:00:00 2001 From: pcain-usgs <pcain@usgs.gov> Date: Mon, 8 Jul 2019 14:15:16 -0600 Subject: [PATCH] Fixes flake8 linting error Inserts two newlines after import os --- geomagio/imfv283/GOESIMFV283Factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geomagio/imfv283/GOESIMFV283Factory.py b/geomagio/imfv283/GOESIMFV283Factory.py index 7ec167f24..826ea0b19 100644 --- a/geomagio/imfv283/GOESIMFV283Factory.py +++ b/geomagio/imfv283/GOESIMFV283Factory.py @@ -7,6 +7,7 @@ import sys from obspy.core import Stream import os + class GOESIMFV283Factory(IMFV283Factory): """Timeseries Factory for IMFV283 formatted files loaded from the goes server. -- GitLab