Fixes stupid import from babel in datetime.py
This commit is contained in:
parent
34e499fbca
commit
2530ba0367
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import time
|
||||
from datetime import date, datetime
|
||||
from babel.dates import format_date, format_datetime, format_time, get_timezone, UTC
|
||||
# from babel.dates import format_date, format_datetime, format_time, get_timezone, UTC
|
||||
from settings import config
|
||||
from bottle import hook
|
||||
from paramecio.citoplasma.sessions import get_session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue