Skip to content

Commit 707bd38

Browse files
Fix missing types
1 parent 7e633d7 commit 707bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def get_arg(self, default: int = 1) -> int:
533533
return self.arg
534534

535535
@staticmethod
536-
def __get_prompt_str(prompt, default_prompt) -> str:
536+
def __get_prompt_str(prompt: str, default_prompt: str) -> str:
537537
"""
538538
Convert prompt object to string.
539539

0 commit comments

Comments
 (0)