mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix import order
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
import dotenv
|
||||
|
||||
import click
|
||||
import dotenv
|
||||
|
||||
from pipenv import environments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user