Skip to content

Commit ce64c86

Browse files
authored
Update tldr.py
1 parent a2bb79e commit ce64c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tldr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import ssl
1818
import shtab
1919
import shutil
20+
import colorama
2021

2122
__version__ = "3.4.1"
2223
__client_specification__ = "2.3"
@@ -682,7 +683,7 @@ def main() -> None:
682683
display_option_length = "long"
683684
if options.short_options and options.long_options:
684685
display_option_length = "both"
685-
import colorama
686+
686687
colorama.init(strip=options.color)
687688

688689
if options.color is False:

0 commit comments

Comments
 (0)