This commit is contained in:
Erik Johnston 2015-04-07 12:16:05 +01:00
parent 6bc9edd8b2
commit 0bfa78b39b
6 changed files with 2 additions and 13 deletions

View file

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from twisted.internet import defer
from .appservice import ApplicationServiceStore
from .directory import DirectoryStore
from .events import EventsStore
@ -43,8 +41,6 @@ import logging
import os
import re
import threading
logger = logging.getLogger(__name__)