Ensure to write use_jp_extra option to config.json

This commit is contained in:
litagin02
2024-03-12 19:10:43 +09:00
parent 456fe00ae4
commit 4acfc2977e
3 changed files with 6 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class StdoutWrapper(TextIO):
try:
import google.colab # type: ignore
# import google.colab # type: ignore
SAFE_STDOUT = StdoutWrapper()
except ImportError: