8000 :green_heart: fix linting issue · pyexcel/pyexcel-io@c7a95d0 · GitHub
[go: up one dir, main page]

Skip to content 6604

Commit c7a95d0

Browse files
committed
💚 fix linting issue
1 parent 5845728 commit c7a95d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
from nose.tools import eq_, raises
32
from pyexcel_io.service import date_value, time_value
43
from pyexcel_io.service import detect_int_value
@@ -10,8 +9,6 @@
109
from pyexcel_io.exceptions import IntegerAccuracyLossError
1110
from nose import SkipTest
1211

13-
PY2 = sys.version[0] == 2
14-
1512

1613
def test_date_util_parse():
1714
value = "2015-08-17T19:20:00"

0 commit comments

Comments
 (0)
0