Ashu1 #14647
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (BLE001):
computer_vision/emotion_detection/emotion.py#L76
computer_vision/emotion_detection/emotion.py:76:16: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (I001):
computer_vision/emotion_detection/emotion.py#L1
computer_vision/emotion_detection/emotion.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (INP001):
computer_vision/emotion_detection/emotion.py#L1
computer_vision/emotion_detection/emotion.py:1:1: INP001 File `computer_vision/emotion_detection/emotion.py` is part of an implicit namespace package. Add an `__init__.py`.
|