Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixed travis build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
  • Loading branch information
matthewjwolff committed Apr 17, 2017
1 parent 8e780b1 commit 54f9a4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synapse/app/homeserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
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
Expand Down

0 comments on commit 54f9a4c

Please sign in to comment.