Skip to content

Commit 956a2e9

Browse files
committed
Fix remaining ruff error
1 parent 89068c6 commit 956a2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/glob.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import fnmatch
1212
import os
1313
import re
14-
from collections.abc import Iterator
15-
from typing import TYPE_CHECKING, AnyStr, Iterable, overload
14+
from collections.abc import Iterable, Iterator
15+
from typing import TYPE_CHECKING, AnyStr, overload
1616

1717
if TYPE_CHECKING:
1818
from _typeshed import BytesPath, StrOrBytesPath, StrPath

0 commit comments

Comments
 (0)