Skip to content

Commit 42ed44f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 451f92b commit 42ed44f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/importlib/abc.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ class InspectLoader(Loader):
5959
else:
6060
@staticmethod
6161
def source_to_code(
62-
data: ReadableBuffer | str | _ast.Module | _ast.Expression | _ast.Interactive, path: ReadableBuffer | StrPath = "<string>"
62+
data: ReadableBuffer | str | _ast.Module | _ast.Expression | _ast.Interactive,
63+
path: ReadableBuffer | StrPath = "<string>",
6364
) -> types.CodeType: ...
6465

6566
class ExecutionLoader(InspectLoader):

0 commit comments

Comments
 (0)