hgweb: remove superfluous pass statements
authorAugie Fackler <augie@google.com>
Sat, 30 Sep 2017 07:44:20 -0400
changeset 34376 4741428606ed
parent 34375 ebf2c1b0c70c
child 34377 a14642bdf364
hgweb: remove superfluous pass statements
mercurial/hgweb/server.py
--- a/mercurial/hgweb/server.py	Sat Sep 30 07:44:08 2017 -0400
+++ b/mercurial/hgweb/server.py	Sat Sep 30 07:44:20 2017 -0400
@@ -61,7 +61,6 @@
     @staticmethod
     def preparehttpserver(httpserver, ui):
         """Prepare .socket of new HTTPServer instance"""
-        pass
 
     def __init__(self, *args, **kargs):
         self.protocol_version = 'HTTP/1.1'