Ensure nothing initializes colorama when it isn't needed (#5063)

This commit is contained in:
jack1142
2021-05-20 10:31:27 +02:00
committed by GitHub
parent a6c438e486
commit b89c43eb0f
3 changed files with 29 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ from copy import deepcopy
from pathlib import Path
from typing import Dict, Any, Optional, Union
from redbot import _early_init
_early_init()
import appdirs
import click