Skip to content

Commit

Permalink
Lint with black...again :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Brewster committed Jul 9, 2024
1 parent 6ea422d commit 79b6fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_list_target_basic():
target.finish()

assert target.multipart_filename is None
assert target.value == [b"Cat",b"Dog",b"Big Goldfish"]
assert target.value == [b"Cat", b"Dog", b"Big Goldfish"]


def test_list_target_not_set():
Expand Down

0 comments on commit 79b6fe7

Please sign in to comment.