Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Oct 19, 2024
1 parent d1d8636 commit 8fcefd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rez/cli/pkg-cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def setup_parser(parser, completions=False):


def add_variant(pkgcache, uri, opts):
from rez.config import config
from rez.packages import get_variant_from_uri
from rez.utils.logging_ import print_info, print_warning
from rez.package_cache import PackageCache
Expand Down

0 comments on commit 8fcefd3

Please sign in to comment.