diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-30 12:38:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-30 12:38:38 +0100 |
commit | fbf6320614e23f7181e9b7d2a2ba6df0791343bb (patch) | |
tree | cf16065c1eeffb691ab54af87dee95ed060337f9 /synapse/config | |
parent | SYN-2: Allow server admins to delete room aliases (diff) | |
download | synapse-fbf6320614e23f7181e9b7d2a2ba6df0791343bb.tar.xz |
pyflakes cleanup
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/repository.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 407c8d6c24..b71d30227c 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -14,7 +14,6 @@ # limitations under the License. from ._base import Config -import os class ContentRepositoryConfig(Config): def __init__(self, args): |