Add #noqa for Quitter._shutdown
This commit is contained in:
parent
f595c2a7fb
commit
338307ac24
@ -672,7 +672,7 @@ class Quitter:
|
||||
# event loop, so we can shut down immediately.
|
||||
self._shutdown(status, restart=restart)
|
||||
|
||||
def _shutdown(self, status, restart):
|
||||
def _shutdown(self, status, restart): # noqa
|
||||
"""Second stage of shutdown."""
|
||||
log.destroy.debug("Stage 2 of shutting down...")
|
||||
if qApp is None:
|
||||
|
Loading…
Reference in New Issue
Block a user