Create files.py #6
Annotations
5 errors
Ruff (F401):
files.py#L6
files.py:6:8: F401 `urllib` imported but unused
|
Ruff (F401):
files.py#L8
files.py:8:8: F401 `foo` imported but unused
|
Ruff (F401):
files.py#L9
files.py:9:8: F401 `bar` imported but unused
|
Ruff (F841):
files.py#L67
files.py:67:13: F841 Local variable `copied` is assigned to but never used
|
black
Process completed with exit code 1.
|