79225125

Date: 2024-11-26 02:22:43
Score: 1
Natty:
Report link

Case is important in python. As stated in the documentation (https://flask-sqlalchemy.readthedocs.io/en/stable/quickstart/) you should write this exact case:

from flask_sqlalchemy import SQLAlchemy

(no uppercase in the from part)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Elektordi