🐛 Fix setting FORCE_TERMINAL
with colors 2 (#424)
This commit is contained in:
parent
ef59fb245b
commit
7f44e6db62
1 changed files with 0 additions and 4 deletions
|
@ -79,10 +79,6 @@ FORCE_TERMINAL = (
|
|||
if _TYPER_FORCE_DISABLE_TERMINAL:
|
||||
FORCE_TERMINAL = False
|
||||
|
||||
print(FORCE_TERMINAL)
|
||||
|
||||
print(FORCE_TERMINAL)
|
||||
|
||||
# Fixed strings
|
||||
DEPRECATED_STRING = "(deprecated) "
|
||||
DEFAULT_STRING = "[default: {}]"
|
||||
|
|
Loading…
Reference in a new issue