Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Remove obsolete import in appfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Nov 18, 2016
1 parent 637d095 commit 218b3ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tmserver/appfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@

import tmlib.models as tm
from tmlib.log import map_logging_verbosity
from tmlib.models.utils import (
create_db_engine, create_db_session_factory, set_db_uri
)
from tmlib.models.utils import create_db_engine, create_db_session_factory

from tmserver.extensions import jwt
from tmserver.extensions import redis_store
Expand Down

0 comments on commit 218b3ed

Please sign in to comment.