We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d00a75 commit 6e668e2Copy full SHA for 6e668e2
python-repl-314/.pythonstartup
@@ -1,8 +1,7 @@
1
try:
2
from dataclasses import replace
3
-
4
from _colorize import ANSIColors, default_theme, set_theme
5
-except Exception:
+except ImportError:
6
# Running on an older Python or environment without _colorize
7
pass
8
else:
0 commit comments