Fix import order

This commit is contained in:
Oz Tiram
2023-05-07 06:35:35 +02:00
parent b0fa277a0b
commit 7e35e7c365
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ import urllib.parse
from json.decoder import JSONDecodeError
from pathlib import Path
import click, tomlkit
import click
import tomlkit
try:
import tomllib as toml
+2 -1
View File
@@ -1,6 +1,7 @@
import os
import dotenv
import click
import dotenv
from pipenv import environments