chore: unset console width, utilize auto detect feature (#196)

This commit is contained in:
Lê Thông 2025-01-18 01:15:53 +07:00 committed by GitHub
parent 3e1c979dac
commit 116b12e93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def is_pygments_available():
return importlib.util.find_spec("soundfile") is not None
console = Console(width=200)
console = Console()
BASE_BUILTIN_MODULES = [
"collections",