Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2024
1 parent e62a617 commit 0d42e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/stubgenc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from types import FunctionType, ModuleType
from typing import Any, Callable, Mapping

import mypy.util
from mypy.fastparse import parse_type_comment
from mypy.moduleinspect import is_c_module
from mypy.stubdoc import (
Expand All @@ -36,7 +37,6 @@
infer_method_arg_types,
infer_method_ret_type,
)
import mypy.util


class ExternalSignatureGenerator(SignatureGenerator):
Expand Down

0 comments on commit 0d42e6d

Please sign in to comment.