Skip to content

Commit

Permalink
remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Oct 7, 2020
1 parent 6f5f1ea commit 2754b82
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions petl/test/io/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,6 @@ def test_fromxml_entity():
assert True, 'Error testing XML'


def _get_temp_file():
with NamedTemporaryFile(delete=True, mode='wt') as f:
return f.name


def _check_toxml(table, expected, check=(), **kwargs):
with NamedTemporaryFile(delete=True, mode='wt') as f:
filename = f.name
Expand Down

0 comments on commit 2754b82

Please sign in to comment.