Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank-1234 committed Oct 4, 2024
1 parent 3a4771d commit 10a0a8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/download/test_download_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ def test_download_solomon_instance(tmp_path):
desired = fi.read()

assert_equal(actual, desired)

1 change: 0 additions & 1 deletion tests/write/test_write_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,3 @@ def test_duration_section(tmp_path):

with open(tmp_path / name, "r") as fh:
assert_equal(fh.read(), desired)

0 comments on commit 10a0a8d

Please sign in to comment.