diff --git a/tests/test_parser.py b/tests/test_parser.py index 4d59328f..ccddf636 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -39,9 +39,6 @@ __all__ = ['TestParsers'] -def _read(n, *args): - with open(os.path.join(__path__, n), *args) as f: - return f.read() class TestParsers(unittest.TestCase): def test_big_list(self):