Fixed bug with discount

This commit is contained in:
2024-10-24 11:51:58 -04:00
parent c313680c13
commit 71a39c13ec
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
from sqlalchemy import Column, Integer,\
DECIMAL, Text,\
DECIMAL, TEXT,\
VARCHAR, TIMESTAMP, DATE
from datetime import datetime, timezone
from database import Base