chore: unset console width, utilize auto detect feature (#196)
This commit is contained in:
parent
3e1c979dac
commit
116b12e93a
|
@ -29,7 +29,7 @@ def is_pygments_available():
|
||||||
return importlib.util.find_spec("soundfile") is not None
|
return importlib.util.find_spec("soundfile") is not None
|
||||||
|
|
||||||
|
|
||||||
console = Console(width=200)
|
console = Console()
|
||||||
|
|
||||||
BASE_BUILTIN_MODULES = [
|
BASE_BUILTIN_MODULES = [
|
||||||
"collections",
|
"collections",
|
||||||
|
|
Loading…
Reference in New Issue