mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 10:03:47 +01:00
fix linting error from the 1.61.1 main -> develop merge
This commit is contained in:
parent
6cba6a51af
commit
bc9b0912cc
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ from typing import (
|
||||||
Dict,
|
Dict,
|
||||||
Generator,
|
Generator,
|
||||||
Iterable,
|
Iterable,
|
||||||
List, Optional,
|
List,
|
||||||
|
Optional,
|
||||||
Set,
|
Set,
|
||||||
Union,
|
Union,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue