Changes made #10802
Annotations
6 errors
Ruff (N999):
machine_learning/Cnn.py#L1
machine_learning/Cnn.py:1:1: N999 Invalid module name: 'Cnn'
|
Ruff (I001):
machine_learning/Cnn.py#L1
machine_learning/Cnn.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
machine_learning/Cnn.py#L5
machine_learning/Cnn.py:5:17: F401 `numpy` imported but unused
|
Ruff (E501):
machine_learning/Cnn.py#L51
machine_learning/Cnn.py:51:89: E501 Line too long (89 > 88)
|
Ruff (W293):
machine_learning/Cnn.py#L71
machine_learning/Cnn.py:71:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|