Skip to content

Commit f965746

Browse files
authored
Fix pyre issue following D70084542
Differential Revision: D70136275 Pull Request resolved: #8658
1 parent f1a7d60 commit f965746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/serialization/vulkan_graph_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def get_or_create_value_for(self, arg: _Argument):
267267
elif isinstance(arg, list) and isinstance(arg[0], Node):
268268
return self.create_value_list_value(arg)
269269
elif isinstance(arg, torch.fx.immutable_collections.immutable_list):
270-
# pyre-ignore[6]
271270
return self.create_value_list_value(arg)
272271
elif isinstance(arg, str):
273272
return self.create_string_value(arg)

0 commit comments

Comments
 (0)