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 Jan 30, 2023
1 parent bf26465 commit 7183744
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion examples/PyQt/cython_app/testLoad.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import sys
from PyQt6.QtWidgets import QMessageBox, QApplication

from PyQt6.QtWidgets import QApplication, QMessageBox


def main():
app = QApplication(sys.argv)
Expand Down
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,6 +1,7 @@
""" """
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,6 +1,7 @@
""" """
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 7183744

Please sign in to comment.