Fixed travis build failure

Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
This commit is contained in:
Matthew Wolff 2017-04-17 01:38:27 -05:00
parent 8e780b113d
commit 54f9a4cb59
No known key found for this signature in database
GPG Key ID: C805B448ADCE0850

View File

@ -24,9 +24,7 @@ import sys
import synapse.config.logger
from synapse.config._base import ConfigError
from synapse.python_dependencies import (
check_requirements, DEPENDENCY_LINKS
)
from synapse.python_dependencies import check_requirements
from synapse.rest import ClientRestResource
from synapse.storage.engines import create_engine, IncorrectDatabaseSetup