PEP8: fix E302: expected 2 blank lines, found 1
[garming/samba-autobuild/.git] / python / samba / web_server / __init__.py
index 4344fccfaa7b014f4662f07e6d5ba214c61ab2dd..d4873fadc2b2b743e3eef46234d9f9e940dbdc97 100644 (file)
@@ -21,6 +21,7 @@
 
 from __future__ import print_function
 
+
 def render_placeholder(environ, start_response):
     """Send the user a simple placeholder about missing SWAT."""
     status = '200 OK'