From b98facd7faec25f22621df8e018c0e56e5e748d8 Mon Sep 17 00:00:00 2001 From: Rigdon <arigdon@igskcicgltgm031.gs.doi.net> Date: Thu, 27 Jul 2017 11:13:09 -0600 Subject: [PATCH] Fixed blank line error --- geomagio/algorithm/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geomagio/algorithm/__init__.py b/geomagio/algorithm/__init__.py index 190b40b2b..9b41729b3 100644 --- a/geomagio/algorithm/__init__.py +++ b/geomagio/algorithm/__init__.py @@ -14,7 +14,6 @@ from .SqDistAlgorithm import SqDistAlgorithm from .XYZAlgorithm import XYZAlgorithm - # algorithms is used by Controller to auto generate arguments algorithms = { 'identity': Algorithm, -- GitLab