Skip to content
Snippets Groups Projects
Unverified Commit ae5f2c5f authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by GitHub
Browse files

Remove `import sys`

To satisfy flake8, and not trigger the F401 error, it was necessary to remove `import sys`, since it was no longer being used. This error slipped through Travis-CI because @erigler-usgs  got impatient waiting for Travis-CI to complete for a very simple PR and merged it before all tests were complete. Lesson learned.
parent eeb75577
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ from .Algorithm import Algorithm
from .AlgorithmException import AlgorithmException
import json
import numpy as np
import sys
from obspy.core import Stream, UTCDateTime
from scipy.optimize import fmin_l_bfgs_b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment