Skip to content

Commit 6e668e2

Browse files
committed
Post final-QA
1 parent 0d00a75 commit 6e668e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-repl-314/.pythonstartup

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
try:
22
from dataclasses import replace
3-
43
from _colorize import ANSIColors, default_theme, set_theme
5-
except Exception:
4+
except ImportError:
65
# Running on an older Python or environment without _colorize
76
pass
87
else:

0 commit comments

Comments
 (0)