Commit 750174a
[FX] Fix type of argument min_acc_module_size
Summary:
As title, otherwise the below error is thrown:
```
TypeError: '>=' not supported between instances of 'int' and 'str'
```
Test Plan: easy
Differential Revision: D35206473
fbshipit-source-id: f88bb0b0c314c3228d7dc3bbb7b2626692a77f581 parent 51e50a2 commit 750174a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments