Skip to content

Commit 06c1503

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b67ce03 commit 06c1503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flake8/checker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _mp_init(argv: Sequence[str]) -> None:
7171

7272
try:
7373
# for `fork` this'll already be set
74-
_mp_plugins, _mp_options # noqa: B018
74+
_mp_plugins, _mp_options # noqa: B018
7575
except NameError:
7676
plugins, options = parse_args(argv)
7777
_mp_plugins, _mp_options = plugins.checkers, options

0 commit comments

Comments
 (0)