Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Dec 24, 2024
1 parent 46d9cd8 commit 4168b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def __getattr__(name: str):
# deprecated things have underscores in front of them
return globals()["_" + name]

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

0 comments on commit 4168b57

Please sign in to comment.