Remove pylint

This commit is contained in:
Guillaume Ayoub
2016-08-02 14:39:20 +02:00
parent 301bb552d7
commit 3e52f34309
5 changed files with 2 additions and 257 deletions

View File

@@ -37,9 +37,6 @@ from . import (
ThreadedHTTPSServer, config, log)
# This is a script, many branches and variables
# pylint: disable=R0912,R0914
def run():
"""Run Radicale as a standalone server."""
# Get command-line options
@@ -242,8 +239,6 @@ def serve(configuration, logger):
if server:
server.handle_request()
# pylint: enable=R0912,R0914
if __name__ == "__main__":
run()