We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbac83a commit 5626dc2Copy full SHA for 5626dc2
src/rez/suite.py
@@ -2,6 +2,8 @@
2
# Copyright Contributors to the Rez Project
3
4
5
+from __future__ import annotations
6
+
7
from rez.utils.execution import create_forwarding_script
8
from rez.exceptions import SuiteError, ResolvedContextError
9
from rez.resolved_context import ResolvedContext
0 commit comments