diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py
index 6564b03eee59a2fd1062a3e11bee427485aee1ba..9233ea3da97be2b8811cfde0ad7b66652b851408 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