Refactor weekday
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import sys
|
|
||||||
from sqlalchemy import types
|
|
||||||
from sqlalchemy.dialects.postgresql import BIT
|
|
||||||
import six
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from functools import total_ordering
|
from functools import total_ordering
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Reference in New Issue
Block a user