Skip to content

Commit

Permalink
fix flake8 W391
Browse files Browse the repository at this point in the history
./aamva_standard/test_barcode.py:164:1: W391 blank line at end of file
  • Loading branch information
benhovinga committed Dec 30, 2023
1 parent fc50d3b commit 9b0500e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aamva_standard/test_barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ def test_can_read_file(test_string, _, expects):
def test_read_file_raises_number_of_entries_cannot_be_less_than_1():
with pytest.raises(ValueError, match="number of entries cannot be less than 1"):
barcode.read_file("@\n\x1e\rANSI 6360000100")

0 comments on commit 9b0500e

Please sign in to comment.