1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Fix PEP8 errors

This commit is contained in:
Richard van der Hoff 2016-07-20 18:06:28 +01:00
parent 7314bf4682
commit 40a1c96617
2 changed files with 1 additions and 3 deletions

View file

@ -15,8 +15,6 @@
from twisted.internet import defer
import synapse.server
import synapse.types
import tests.unittest
import tests.utils