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

mo.db: Úklid v importech

parent c75139ba
No related branches found
No related tags found
2 merge requests!14Asynchronní joby,!9WIP: Zárodek uživatelské části webu a submitování
......@@ -3,7 +3,6 @@
import datetime
from enum import Enum as PythonEnum, auto
from mo.util_format import timedelta, time_and_timedelta
import re
from sqlalchemy import \
Boolean, Column, DateTime, ForeignKey, Integer, String, Text, UniqueConstraint, \
......@@ -17,6 +16,7 @@ from sqlalchemy.ext.declarative import declarative_base
from typing import Optional, List
import mo
from mo.util_format import timedelta, time_and_timedelta
# HACK: Work-around for https://github.com/dropbox/sqlalchemy-stubs/issues/114
from typing import TYPE_CHECKING, TypeVar, Type, Any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment