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 24, 2024
1 parent 531756f commit db2992f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/wheel/bdist_wheel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from warnings import warn

from ._bdist_wheel import bdist_wheel

warn(
"The 'wheel' package is no longer the canonical location of the 'bdist_wheel' "
"command, and will be removed in a future release. Please update to setuptools "
Expand Down
2 changes: 1 addition & 1 deletion src/wheel/cli/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import itertools
import os
from email.parser import BytesParser
from typing import TYPE_CHECKING

from ..wheelfile import WheelFile
from typing import TYPE_CHECKING

if TYPE_CHECKING:
from collections.abc import Iterable
Expand Down
2 changes: 1 addition & 1 deletion src/wheel/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import re
import textwrap
from email.parser import Parser
from typing import Generator, Iterable, Iterator, Literal, TYPE_CHECKING
from typing import TYPE_CHECKING, Generator, Iterable, Iterator, Literal

from .vendored.packaging.requirements import Requirement

Expand Down

0 comments on commit db2992f

Please sign in to comment.