Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrik committed May 21, 2024
1 parent e48b4e2 commit b9cc27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/rez/plugin_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"""
Manages loading of all types of Rez plugins.
"""
from __future__ import annotations

from rez.config import config, expand_system_vars, _load_config_from_filepaths
from rez.utils.formatting import columnise
from rez.utils.schema import dict_to_schema
Expand Down
2 changes: 0 additions & 2 deletions src/rez/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
from rez.package_order import PackageOrder
from rez.version import Version

from mypy_extensions import mypyc_attr


T = TypeVar("T")

Expand Down

0 comments on commit b9cc27c

Please sign in to comment.