Skip to content

Commit 5626dc2

Browse files
committed
Add future import
1 parent dbac83a commit 5626dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rez/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright Contributors to the Rez Project
33

44

5+
from __future__ import annotations
6+
57
from rez.utils.execution import create_forwarding_script
68
from rez.exceptions import SuiteError, ResolvedContextError
79
from rez.resolved_context import ResolvedContext

0 commit comments

Comments
 (0)