Skip to content

Commit 2262dfb

Browse files
Revert "Support coloring functionality on Windows (kyuridenamida#127)"
This reverts commit 5776282.
1 parent 5776282 commit 2262dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

atcodertools/tools/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from colorama import init, Fore
2-
3-
init(convert=True)
1+
from colorama import Fore
42

53

64
def with_color(msg, color):

0 commit comments

Comments
 (0)