Skip to content

Commit c2e38a9

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Fix pyre in arm_backend.py (#7069)
Summary: Pull Request resolved: #7069 Differential Revision: D66475070
1 parent ec68eb3 commit c2e38a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/arm_backend.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ def set_quantize_io(self, quantize_io: bool = False) -> "ArmCompileSpecBuilder":
135135
self.quantize_io = quantize_io
136136
return self
137137

138-
def set_input_order(self, input_order: str = None) -> "ArmCompileSpecBuilder":
138+
def set_input_order(
139+
self, input_order: Optional[str] = None
140+
) -> "ArmCompileSpecBuilder":
139141
"""
140142
Reorder the inputs coming in. This may be required when inputs > 1.
141143
And while using the U55/U85 CompileSpec.

0 commit comments

Comments
 (0)