Fix typehint problems #21
Annotations
9 errors
|
Test code with pylint:
src/sedpack/io/dataset_iteration.py#L848
Line too long (94/80) (line-too-long)
|
Test code with pylint:
src/sedpack/io/dataset_iteration.py#L415
Unused variable 'example_iterator_processed' (unused-variable)
|
Test code with pylint:
src/sedpack/io/npz/iterate_npz.py#L50
Method 'iterate_shard_async' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method)
|
Test code with pylint:
src/sedpack/io/shard/shard_writer_flatbuffer.py#L61
Line too long (91/80) (line-too-long)
|
Test code with pylint:
src/sedpack/io/tfrec/read.py#L69
Method 'iterate_shard_async' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method)
|
Test code with pylint:
src/sedpack/io/flatbuffer/iterate.py#L71
Line too long (92/80) (line-too-long)
|
Test code with pylint:
src/sedpack/io/flatbuffer/iterate.py#L142
Method 'iterate_shard_async' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method)
|
Test code with pylint
The operation was canceled.
|
Loading