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 29883a9 commit a007d85Copy full SHA for a007d85
src/rez/suite.py
@@ -430,7 +430,7 @@ def validate(self) -> None:
430
def to_dict(self):
431
contexts_ = {}
432
for k, data in self.contexts.items():
433
- data_ = cast(dict[str, Any], data.copy())
+ data_ = cast("dict[str, Any]", data.copy())
434
if "context" in data_:
435
del data_["context"]
436
if "loaded" in data_:
0 commit comments