Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7ec22b5

Browse files
committed
Fix tox mypy check
1 parent 447eaa8 commit 7ec22b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/events/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def is_state(self):
100100
async def build(
101101
self,
102102
prev_event_ids: List[str],
103-
overriding_prev_events: False,
103+
overriding_prev_events: Literal[False] = False,
104104
auth_event_ids: Optional[List[str]],
105105
) -> EventBase:
106106
"""Transform into a fully signed and hashed event

0 commit comments

Comments
 (0)