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 07168fe commit 59869f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

Check warning on line 12 in src/wheel/cli/tags.py

View check run for this annotation

Codecov / codecov/patch

src/wheel/cli/tags.py#L12

Added line #L12 was not covered by tests
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 59869f3

Please sign in to comment.