Skip to content

Commit 4168b57

Browse files
add newline
1 parent 46d9cd8 commit 4168b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def __getattr__(name: str):
6060
# deprecated things have underscores in front of them
6161
return globals()["_" + name]
6262

63-
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
63+
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")

0 commit comments

Comments
 (0)