0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 04:03:48 +01:00

Merge branch 'develop' into release-v1.62

This commit is contained in:
Andrew Morgan 2022-06-28 16:47:21 +01:00
commit 79c6b9e12b

View file

@ -20,7 +20,8 @@ from typing import (
Dict,
Generator,
Iterable,
List, Optional,
List,
Optional,
Set,
Union,
)