From 711fb828ed904e3da4ac1242d3efbc43f62c61f8 Mon Sep 17 00:00:00 2001 From: pcain-usgs <pcain@usgs.gov> Date: Mon, 8 Jul 2019 14:06:09 -0600 Subject: [PATCH] Fixes flake8 linting error Line was too long, moved last word to next line to change line length from 80 character limit --- geomagio/TimeseriesFactory.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py index bb8c0bd1..90f373b4 100644 --- a/geomagio/TimeseriesFactory.py +++ b/geomagio/TimeseriesFactory.py @@ -139,7 +139,8 @@ class TimeseriesFactory(object): return timeseries def parse_string(self, data, **kwargs): - """Creates error message that this functions is not implemented by TimeseriesFactory. + """Creates error message that this functions is not implemented by + TimeseriesFactory. Parameters ---------- -- GitLab