Missed some print statements and unused imports.

This commit is contained in:
Rebecca Law
2017-02-14 09:59:33 +00:00
parent 2346634fec
commit 681f52b691
4 changed files with 1 additions and 6 deletions

View File

@@ -186,7 +186,6 @@ class Development(Config):
Queue('research-mode', Exchange('default'), routing_key='research-mode')
]
API_HOST_NAME = "http://localhost:6011"
REDIS_ENABLED = True
class Test(Config):