diff --git a/material/plugins/__init__.py b/material/plugins/__init__.py index 2174ce988..cfd21a35b 100644 --- a/material/plugins/__init__.py +++ b/material/plugins/__init__.py @@ -18,9 +18,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +from colorama import Fore, Style from os import getenv from sys import stderr -from colorama import Fore, Style # Silence this warning with NO_MKDOCS_2_WARNING=1 if not getenv("NO_MKDOCS_2_WARNING"): diff --git a/src/plugins/__init__.py b/src/plugins/__init__.py index 2174ce988..cfd21a35b 100644 --- a/src/plugins/__init__.py +++ b/src/plugins/__init__.py @@ -18,9 +18,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +from colorama import Fore, Style from os import getenv from sys import stderr -from colorama import Fore, Style # Silence this warning with NO_MKDOCS_2_WARNING=1 if not getenv("NO_MKDOCS_2_WARNING"):