Skip to content

Commit b838c04

Browse files
committed
fix: delete copilot tab useless comments
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent ae9d55f commit b838c04

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
@@ -496,7 +496,7 @@ def get_prompt(self, lineno: int, cursor_on_line: bool) -> str:
496496

497497
if self.can_colorize:
498498
t = self.theme
499-
assert t is not None # theme is set when can_colorize is True
499+
assert t is not None
500500
prompt = f"{t.prompt}{prompt}{t.reset}"
501501
return prompt
502502

0 commit comments

Comments
 (0)