Commit 3165c2e
Fix return type to match annotation
Summary:
Before: It would return `bool | None` while being annotated as `bool`
After: It returns always `bool`
___
Differential Revision: D110324290
fbshipit-source-id: 432a603146c5a78121c9f8b95b15e9bed9098abc1 parent 6f4f39a commit 3165c2e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
1682 | | - | |
1683 | | - | |
| 1682 | + | |
1684 | 1683 | | |
1685 | 1684 | | |
| 1685 | + | |
1686 | 1686 | | |
1687 | 1687 | | |
1688 | 1688 | | |
| |||
0 commit comments