Skip to content

Commit 3c4a348

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 7a5b080 commit 3c4a348

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

stdlib/_frozen_importlib.pyi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import importlib.abc
32
import importlib.machinery
43
import sys
@@ -61,7 +60,7 @@ class BuiltinImporter(importlib.abc.MetaPathFinder, importlib.abc.InspectLoader)
6160
# InspectLoader
6261
@classmethod
6362
def is_package(cls, fullname: str) -> bool: ...
64-
63+
6564
# Fixing the deprecation warning for `load_module` in Python 3.15 and later
6665
if sys.version_info < (3, 15):
6766
@classmethod
@@ -100,7 +99,7 @@ class FrozenImporter(importlib.abc.MetaPathFinder, importlib.abc.InspectLoader):
10099
# InspectLoader
101100
@classmethod
102101
def is_package(cls, fullname: str) -> bool: ...
103-
102+
104103
# Fixing the deprecation warning for `load_module` in Python 3.15 and later
105104
if sys.version_info < (3, 15):
106105
@classmethod

0 commit comments

Comments
 (0)