feat: Add file_converter extension module (Issue #54) #56
Annotations
8 errors
|
Lint with Ruff
Process completed with exit code 1.
|
|
Lint with Ruff:
tests/test_file_converter.py#L33
tests/test_file_converter.py:33:5: F401 `databusclient.api.download._convert_compression_format` imported but unused
|
|
Lint with Ruff:
tests/test_file_converter.py#L32
tests/test_file_converter.py:32:5: F401 `databusclient.api.download._get_converted_filename` imported but unused
|
|
Lint with Ruff:
tests/test_file_converter.py#L30
tests/test_file_converter.py:30:5: F401 `databusclient.api.download._detect_compression_format` imported but unused
|
|
Lint with Ruff:
tests/test_file_converter.py#L27
tests/test_file_converter.py:27:5: F401 `databusclient.extensions.file_converter.COMPRESSION_MODULES` imported but unused
|
|
Lint with Ruff:
tests/test_file_converter.py#L26
tests/test_file_converter.py:26:5: F401 `databusclient.extensions.file_converter.COMPRESSION_EXTENSIONS` imported but unused
|
|
Lint with Ruff:
databusclient/api/download.py#L20
databusclient/api/download.py:20:5: F401 `databusclient.extensions.file_converter.COMPRESSION_MODULES` imported but unused
|
|
Lint with Ruff:
databusclient/api/download.py#L19
databusclient/api/download.py:19:5: F401 `databusclient.extensions.file_converter.COMPRESSION_EXTENSIONS` imported but unused
|
Loading