From fbf6320614e23f7181e9b7d2a2ba6df0791343bb Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 30 Sep 2014 12:38:38 +0100 Subject: pyflakes cleanup --- synapse/config/repository.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/config') 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): -- cgit 1.5.1