Skip to content

Commit

Permalink
fix: import ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 30, 2024
1 parent 464be08 commit e37e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onepm/src/onepm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from pathlib import Path
from typing import TYPE_CHECKING, Any

import tomlkit
from packaging.requirements import Requirement
from packaging.utils import canonicalize_name
from packaging.version import Version
Expand All @@ -24,7 +25,6 @@
if TYPE_CHECKING:
from unearth import PackageFinder

import tomlkit

PACKAGE_MANAGERS: dict[str, type[PackageManager]] = {
p.name: p # type: ignore[type-abstract]
Expand Down

0 comments on commit e37e1ff

Please sign in to comment.