From 623f8f61fd53ad3c2a1bfb59fd743729eeaa825f Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Tue, 17 Dec 2019 15:27:26 -0700 Subject: [PATCH] Fix lint for imfv283parser_Test --- test/imfv283_test/IMFV283Parser_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/imfv283_test/IMFV283Parser_test.py b/test/imfv283_test/IMFV283Parser_test.py index d65c681e2..add50c90c 100644 --- a/test/imfv283_test/IMFV283Parser_test.py +++ b/test/imfv283_test/IMFV283Parser_test.py @@ -1,6 +1,5 @@ """Tests for the IMFV283 Parser class.""" from __future__ import unicode_literals -from builtins import str from nose.tools import assert_equals from obspy import UTCDateTime -- GitLab