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 254160f commit b988fbf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from zipfile import ZipFile

import pytest

from wheel.cli.pack import pack

THISDIR = os.path.dirname(__file__)
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from zipfile import ZipFile

import pytest

from wheel.cli import main, parser
from wheel.cli.tags import tags
from wheel.wheelfile import WheelFile
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import stat

import pytest

from wheel.cli.unpack import unpack
from wheel.wheelfile import WheelFile

Expand Down
1 change: 1 addition & 0 deletions tests/test_bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import pytest
import setuptools

from wheel._bdist_wheel import (
bdist_wheel,
get_abi_tag,
Expand Down
1 change: 1 addition & 0 deletions tests/test_macosx_libfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sysconfig

import pytest

from wheel._bdist_wheel import get_platform
from wheel.macosx_libfile import extract_macosx_min_system_version

Expand Down
1 change: 1 addition & 0 deletions tests/test_wheelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from zipfile import ZIP_DEFLATED, ZipFile

import pytest

from wheel.cli import WheelError
from wheel.wheelfile import WheelFile

Expand Down

0 comments on commit b988fbf

Please sign in to comment.