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,7 +1,5 @@
from typing import Optional, List
import gspread
from typing import Optional
from pydantic import BaseModel
from enum import Enum
class GoogleFile(BaseModel):
file_id: str