0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 06:33:47 +01:00

fix linting error from the 1.61.1 main -> develop merge

This commit is contained in:
Andrew Morgan 2022-06-28 16:47:04 +01:00
parent 6cba6a51af
commit bc9b0912cc

View file

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