4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
src/app.py:1:1: F401 `os` imported but unused
|
|
src/app.py:4:5: E722 Do not use bare `except`
|
|
Found 2 errors.
|