mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Remove pylint
This commit is contained in:
parent
301bb552d7
commit
3e52f34309
5 changed files with 2 additions and 257 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue