Commit 210ffe4
committed
Fix mypy complaining about unknown types by changing property order around
Fix mypy complaints
```
synapse/handlers/delayed_events.py:266: error: Cannot determine type of "validator" [has-type]
synapse/handlers/delayed_events.py:267: error: Cannot determine type of "event_builder_factory" [has-type]
```1 parent d6d2684 commit 210ffe4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
| 485 | + | |
484 | 486 | | |
485 | 487 | | |
486 | 488 | | |
487 | 489 | | |
488 | | - | |
489 | 490 | | |
490 | | - | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
0 commit comments