Skip to content

Commit e52494a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99b3aa4 commit e52494a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wheel/cli/tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import itertools
55
import os
66
from email.parser import BytesParser
7+
from typing import TYPE_CHECKING
78

89
from ..wheelfile import WheelFile
9-
from typing import TYPE_CHECKING
1010

1111
if TYPE_CHECKING:
1212
from collections.abc import Iterable

src/wheel/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import re
1111
import textwrap
1212
from email.parser import Parser
13-
from typing import Generator, Iterable, Iterator, Literal, TYPE_CHECKING
13+
from typing import TYPE_CHECKING, Generator, Iterable, Iterator, Literal
1414

1515
from .vendored.packaging.requirements import Requirement
1616

0 commit comments

Comments
 (0)