remove unused import statement #164
Annotations
6 errors and 1 warning
Lint with Ruff:
rendercv/data_models.py#L16
rendercv/data_models.py:16:52: F401 `typing_extensions.get_args` imported but unused
|
Lint with Ruff:
rendercv/themes/classic/__init__.py#L1
rendercv/themes/classic/__init__.py:1:29: F401 `typing.Annotated` imported but unused
|
Lint with Ruff:
rendercv/themes/moderncv/__init__.py#L1
rendercv/themes/moderncv/__init__.py:1:29: F401 `typing.Annotated` imported but unused
|
Lint with Ruff:
tests/conftest.py#L2
tests/conftest.py:2:20: F401 `typing.Type` imported but unused
|
Lint with Ruff:
tests/test_cli.py#L2
tests/test_cli.py:2:8: F401 `importlib.machinery` imported but unused
|
Lint with Ruff
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading