Skip to content

Commit fe86847

Browse files
author
Ruinong Tian
committed
sort import order
1 parent 84935e3 commit fe86847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import os
33

44
import conda.cli.python_api
5-
from conda.exceptions import PackagesNotFoundError
65
from conda.env.specs import RequirementsSpec
6+
from conda.exceptions import PackagesNotFoundError
77
from conda.models.match_spec import MatchSpec
88
from semver import Version
99

0 commit comments

Comments
 (0)