Skip to content

Commit 8b375f2

Browse files
authored
Fix pyre in arm_backend.py
Differential Revision: D66475070 Pull Request resolved: #7069
1 parent a2619e1 commit 8b375f2

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)