diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 84bc0398fdff912f01469adb680f947b0a3c03a1..8d2ba242e143f698dd043465458fe5755328f0a4 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 """This module contains classes for authenticating the user."""
+
 from twisted.internet import defer
 
 from synapse.api.constants import Membership