🐛 Fix setting FORCE_TERMINAL with colors 2 (#424)

This commit is contained in:
Sebastián Ramírez 2022-07-12 22:23:57 +02:00 committed by GitHub
parent ef59fb245b
commit 7f44e6db62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {}]"