Fixed order of imports

This commit is contained in:
squidfunk
2026-02-24 13:01:03 +01:00
parent 70dee38366
commit 03e8baecdc
2 changed files with 2 additions and 2 deletions

View File

@@ -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"):

View File

@@ -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"):