You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# app/core/base.py
from app.core.db import Base # noqa
from app.models.meeting_room import MeetingRoom # noqa
from app.models.reservation import Reservation # noqa
I attach the screenshot with errors.
The text was updated successfully, but these errors were encountered:
I have neovim and pylsp as LSP server.
This is my config of pylsp:
Example of python file:
I attach the screenshot with errors.
The text was updated successfully, but these errors were encountered: