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 Oct 7, 2024
1 parent 0af4c96 commit 1992fc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions stubs/macholib/MachOGraph.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import typing

from .MachO import MachO

class MachOGraph:
Expand Down
3 changes: 2 additions & 1 deletion stubs/macholib/MachOStandalone.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
""" """

import typing
import collections
import typing

from macholib.MachOGraph import MachOGraph

class MachOStandalone:
Expand Down
3 changes: 2 additions & 1 deletion stubs/modulegraph/find_modules.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
""" """

import typing
from .modulegraph import Node, Extension, ModuleGraph

from .modulegraph import Extension, ModuleGraph, Node

PY_SUFFIXES: list[str]
C_SUFFIXES: list[str]
Expand Down

0 comments on commit 1992fc6

Please sign in to comment.