Skip to content

Commit

Permalink
Tests: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Sep 20, 2023
1 parent 91fbd5b commit 19ec0d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 19ec0d5

Please sign in to comment.