Skip to content

Commit 8b05f66

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent fd29812 commit 8b05f66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/importlib/resources/abc.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import sys
2+
from _typeshed import StrPath
23
from abc import ABCMeta, abstractmethod
34
from collections.abc import Iterator
45
from io import BufferedReader
56
from typing import IO, Any, Literal, Protocol, overload, runtime_checkable
67

7-
from _typeshed import StrPath
8-
98
if sys.version_info >= (3, 11):
109
class ResourceReader(metaclass=ABCMeta):
1110
@abstractmethod

0 commit comments

Comments
 (0)