summary refs log tree commit diff
path: root/synapse/federation/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/federation/handler.py')
-rw-r--r--synapse/federation/handler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/federation/handler.py b/synapse/federation/handler.py
index 31e8470b33..d361f0aaf7 100644
--- a/synapse/federation/handler.py
+++ b/synapse/federation/handler.py
@@ -13,6 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 from twisted.internet import defer
 
 from .pdu_codec import PduCodec