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 e579e50 commit e662b5fCopy full SHA for e662b5f
onnx_diagnostic/torch_export_patches/patch_details.py
@@ -74,7 +74,7 @@ def __init__(
74
self.family = family
75
self.function_to_patch = function_to_patch
76
self.patch = patch
77
- self.depends_on = []
+ self.depends_on: List[PatchInfo] = []
78
79
def add_dependency(self, patch_info: "PatchInfo"):
80
self.depends_on.append(patch_info)
0 commit comments