Skip to content
Snippets Groups Projects
Commit 4f677798 authored by Martin Mareš's avatar Martin Mareš
Browse files

DB: Odstraněn přebytečný import Enumu

Rozbíjelo to hack na typování enumových sloupečků.
parent 6c1d1cfb
Branches
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
......@@ -5,7 +5,7 @@ import datetime
from enum import Enum as PythonEnum, auto
import re
from sqlalchemy import \
Boolean, Column, DateTime, Enum, ForeignKey, Integer, String, Text, UniqueConstraint, \
Boolean, Column, DateTime, ForeignKey, Integer, String, Text, UniqueConstraint, \
text, \
create_engine, inspect
from sqlalchemy.engine import Engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment