Skip to content

Commit

Permalink
test: Remove unnecessary tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 29, 2024
1 parent a8aac11 commit 78a61cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_utilities/test_csvclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
class TestCSVClean(CSVKitTestCase, EmptyFileTests):
Utility = CSVClean

def tearDown(self):
output_file = "stdin_out.csv"
if os.path.isfile(output_file):
os.remove(output_file)

def assertCleaned(self, args, output_rows, error_rows=[]):
output_file = io.StringIO()
error_file = io.StringIO()
Expand Down

0 comments on commit 78a61cb

Please sign in to comment.