Skip to content

Commit f0eeb1c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 52d83ac commit f0eeb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_argparsing_repr_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def test_repr_with_dest_set(self) -> None:
6262

6363
# Should contain the dest
6464
assert "dest: 'valid_dest'" in repr_str
65-
assert "<not set>" not in repr_str
65+
assert "<not set>" not in repr_str

0 commit comments

Comments
 (0)