Skip to content

Commit

Permalink
馃悰 Fix setting FORCE_TERMINAL with colors 2 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jul 12, 2022
1 parent ef59fb2 commit 7f44e6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions typer/rich_utils.py
Expand Up @@ -79,10 +79,6 @@
if _TYPER_FORCE_DISABLE_TERMINAL:
FORCE_TERMINAL = False

print(FORCE_TERMINAL)

print(FORCE_TERMINAL)

# Fixed strings
DEPRECATED_STRING = "(deprecated) "
DEFAULT_STRING = "[default: {}]"
Expand Down

0 comments on commit 7f44e6d

Please sign in to comment.