Remove pylint
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user