Skip to content

Commit dc73b9d

Browse files
committed
fix: forget the commnet change
Signed-off-by: yihong0618 <[email protected]>
1 parent 1d72c52 commit dc73b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run(self):
113113
run_multiline_interactive_console,
114114
)
115115
try:
116-
# sys.ps1 = ps1
116+
sys.ps1 = ps1
117117
run_multiline_interactive_console(console)
118118
except SystemExit:
119119
# expected via the `exit` and `quit` commands

0 commit comments

Comments
 (0)