Rollback of SAFE_STDOUT debug

This commit is contained in:
litagin02
2024-03-12 19:13:13 +09:00
parent 4acfc2977e
commit f12f20f3da

View File

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