forked from orbit-oss/flask
Removed an unnecessary import.
This commit is contained in:
parent
d90b1f1705
commit
ebb65b81e1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from __future__ import with_statement
|
|||
|
||||
import sys
|
||||
from threading import Lock
|
||||
from datetime import timedelta, datetime
|
||||
from datetime import timedelta
|
||||
from itertools import chain
|
||||
|
||||
from werkzeug import ImmutableDict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue