From ef1e019840ee8ba17b45754ef223a710ce23553c Mon Sep 17 00:00:00 2001
From: "Paul \"LeoNerd\" Evans" <paul@matrix.org>
Date: Wed, 1 Apr 2015 19:17:38 +0100
Subject: [PATCH] Appease pep8

---
 synapse/metrics/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py
index 6564b03eee..9233ea3da9 100644
--- a/synapse/metrics/__init__.py
+++ b/synapse/metrics/__init__.py
@@ -122,6 +122,7 @@ TYPES = {
     stat.S_IFIFO: "FIFO",
 }
 
+
 def _process_fds():
     counts = {(k,): 0 for k in TYPES.values()}
     counts[("other",)] = 0
-- 
GitLab