Add #noqa for Quitter._shutdown

This commit is contained in:
Florian Bruhin 2017-04-02 18:35:10 +02:00
parent f595c2a7fb
commit 338307ac24

View File

@ -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: