Skip to content

Commit e662b5f

Browse files
committed
mypy
1 parent e579e50 commit e662b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_export_patches/patch_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
self.family = family
7575
self.function_to_patch = function_to_patch
7676
self.patch = patch
77-
self.depends_on = []
77+
self.depends_on: List[PatchInfo] = []
7878

7979
def add_dependency(self, patch_info: "PatchInfo"):
8080
self.depends_on.append(patch_info)

0 commit comments

Comments
 (0)