Skip to content

Commit dbec015

Browse files
committed
ignore typings in the tests
1 parent a2015cc commit dbec015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fs_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_peek_filelike_length():
1212

1313
assert peek_filelike_length(fobj) == 13
1414
assert peek_filelike_length(ReadWrapper(fobj)) is None # type: ignore
15-
assert peek_filelike_length(object()) is None
15+
assert peek_filelike_length(object()) is None # type: ignore

0 commit comments

Comments
 (0)