mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 11:56:52 +00:00
Fix-up new I202 violations
This commit is contained in:
parent
9bea7576ac
commit
a3a2539a23
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ except ImportError:
|
|||
def emit(self, record):
|
||||
"""Do nothing."""
|
||||
pass
|
||||
import sys
|
||||
import sys # noqa: I202
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
LOG.addHandler(NullHandler())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue