From 61fdefd3f4b6e05c1942529de8a4211f6b74dd92 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Tue, 31 Mar 2015 10:07:12 -0600
Subject: [PATCH] fixed linting errors

---
 bin/main.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/main.py b/bin/main.py
index 8d9f120fb..aaa765164 100755
--- a/bin/main.py
+++ b/bin/main.py
@@ -6,9 +6,8 @@ import sys
 
 # ensure geomag is on the path before importing
 try:
-    import geomagio
+    import geomagio  # noqa
 except:
-    from os import path
     script_dir = path.dirname(path.abspath(__file__))
     sys.path.append(path.normpath(path.join(script_dir, '..')))
 
-- 
GitLab