Skip to content

Commit

Permalink
tox -e format
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 5, 2023
1 parent 62b770e commit ed3d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worksheet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ def test_get_records_with_all_values_blank(self):
@pytest.mark.vcr()
def test_get_records_with_some_values_blank(self):
# regression test for #1363
self.sheet.resize(6,4)
self.sheet.resize(6, 4)

rows = [
["a", "b", "c", "d"],
Expand Down

0 comments on commit ed3d428

Please sign in to comment.