diff --git a/tests/test_formatters.py b/tests/test_formatters.py index e8c907a..b0f261f 100644 --- a/tests/test_formatters.py +++ b/tests/test_formatters.py @@ -5,8 +5,6 @@ from nose.tools import eq_ import pyexcel as pe - - class TestAutoDetectInt: def setUp(self): self.content = [[1, 2, 3.1]]