From e0c4914e3c1db571e41f9191816ee83686c77d40 Mon Sep 17 00:00:00 2001
From: pcain-usgs <pcain@usgs.gov>
Date: Mon, 8 Jul 2019 14:18:45 -0600
Subject: [PATCH] Fixes linting issue for trailing whitespace

Change trailing whitespace from previously edited comment.
---
 geomagio/TimeseriesFactory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py
index 90f373b4..effc223c 100644
--- a/geomagio/TimeseriesFactory.py
+++ b/geomagio/TimeseriesFactory.py
@@ -139,7 +139,7 @@ class TimeseriesFactory(object):
         return timeseries
 
     def parse_string(self, data, **kwargs):
-        """Creates error message that this functions is not implemented by 
+        """Creates error message that this functions is not implemented by
         TimeseriesFactory.
 
         Parameters
-- 
GitLab