remove gspread

This commit is contained in:
2024-05-17 12:50:43 +02:00
parent 536fd65203
commit 606af2113d
3 changed files with 3 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
from sqlalchemy import Column, String, Integer, Boolean, PickleType, Enum
from sqlalchemy import Column, String, Integer, Boolean, PickleType
from sqlalchemy.orm import declarative_base
from typing import Optional
Base = declarative_base()