mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +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())
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
"""Module containing tests for the setuptools command integration."""
|
||||
import pytest
|
||||
|
||||
from setuptools import dist
|
||||
|
||||
from flake8.main import setuptools_command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue