Made changes by auto-checker #11459
Annotations
8 errors
Ruff (INP001):
neural_network/chatbot/chat_db.py#L1
neural_network/chatbot/chat_db.py:1:1: INP001 File `neural_network/chatbot/chat_db.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (I001):
neural_network/chatbot/chat_db.py#L6
neural_network/chatbot/chat_db.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W291):
neural_network/chatbot/chat_db.py#L117
neural_network/chatbot/chat_db.py:117:52: W291 Trailing whitespace
|
Ruff (UP017):
neural_network/chatbot/chat_db.py#L206
neural_network/chatbot/chat_db.py:206:40: UP017 Use `datetime.UTC` alias
|
Ruff (UP017):
neural_network/chatbot/chat_db.py#L228
neural_network/chatbot/chat_db.py:228:54: UP017 Use `datetime.UTC` alias
|
Ruff (UP017):
neural_network/chatbot/chat_db.py#L236
neural_network/chatbot/chat_db.py:236:50: UP017 Use `datetime.UTC` alias
|
Ruff (W291):
neural_network/chatbot/chat_db.py#L244
neural_network/chatbot/chat_db.py:244:26: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|