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

Commit bc9b091

Browse files
committed
fix linting error from the 1.61.1 main -> develop merge
1 parent 6cba6a5 commit bc9b091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synapse/rest/media/v1/preview_html.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
Dict,
2121
Generator,
2222
Iterable,
23-
List, Optional,
23+
List,
24+
Optional,
2425
Set,
2526
Union,
2627
)

0 commit comments

Comments
 (0)