💚 fix linting issue

This commit is contained in:
chfw 2019-03-19 07:45:27 +00:00
parent 5845728918
commit c7a95d0041
1 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import sys
from nose.tools import eq_, raises
from pyexcel_io.service import date_value, time_value
from pyexcel_io.service import detect_int_value
@ -10,8 +9,6 @@ from pyexcel_io._compact import PY2
from pyexcel_io.exceptions import IntegerAccuracyLossError
from nose import SkipTest
PY2 = sys.version[0] == 2
def test_date_util_parse():
value = "2015-08-17T19:20:00"