Skip to content

Commit 5e94ea3

Browse files
committed
make the linter happy
1 parent 082f1a8 commit 5e94ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_files/pythonrc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
original_ps1 = ">>> "
77
should_opt_out = sys.version_info.major == 3 and sys.version_info.minor == 13
88

9+
910
class REPLHooks:
1011
def __init__(self):
1112
self.global_exit = None
@@ -71,5 +72,6 @@ def __str__(self):
7172

7273
return result
7374

75+
7476
if sys.platform != "win32" and not should_opt_out:
7577
sys.ps1 = PS1()

0 commit comments

Comments
 (0)