We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2015cc commit dbec015Copy full SHA for dbec015
tests/test_fs_utils.py
@@ -12,4 +12,4 @@ def test_peek_filelike_length():
12
13
assert peek_filelike_length(fobj) == 13
14
assert peek_filelike_length(ReadWrapper(fobj)) is None # type: ignore
15
- assert peek_filelike_length(object()) is None
+ assert peek_filelike_length(object()) is None # type: ignore
0 commit comments