Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 8e69a54

Browse files
author
DirectiveAthena
committed
Update __init__.py
1 parent f89f4f1 commit 8e69a54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/AthenaColor/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@
2525

2626
# apply the fix, so that in windows the colors are shown correctly
2727
from AthenaColor.func.general import fix_console as _fix_console
28-
_fix_console()
29-
30-
# import the info function
31-
# noinspection PyProtectedMember
32-
from AthenaColor._info.info import info
28+
_fix_console()

0 commit comments

Comments
 (0)