diff --git a/docs/quickstart.rst b/docs/quickstart.rst index d4dbadac..4570e513 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -111,7 +111,6 @@ The model will generate a table name by converting the ``CamelCase`` class name .. code-block:: python - from sqlalchemy import Integer, String from sqlalchemy.orm import Mapped, mapped_column class User(db.Model):