Remove unneeded pylint suppression
In the last CherryPy update, cherrypy.wsgiserver got converted to a single module. While this issue still exists in pylint, we don't get it here anymore.
This commit is contained in:
parent
321e5319c6
commit
83906d223a
@ -106,9 +106,6 @@ class WSGIServer(cherrypy.wsgiserver.CherryPyWSGIServer):
|
||||
_printed_ready: Whether the initial ready message was printed.
|
||||
"""
|
||||
|
||||
# pylint: disable=no-member
|
||||
# WORKAROUND for https://bitbucket.org/logilab/pylint/issues/702
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self._ready = False
|
||||
|
Loading…
Reference in New Issue
Block a user