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

Commit f399392

Browse files
committed
Lint
1 parent ea6efba commit f399392

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

synapse/storage/databases/main/stream.py

+11-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,17 @@
3636
"""
3737

3838
import logging
39-
from typing import TYPE_CHECKING, Collection, Dict, List, Optional, Set, Tuple, Union, Any
39+
from typing import (
40+
TYPE_CHECKING,
41+
Any,
42+
Collection,
43+
Dict,
44+
List,
45+
Optional,
46+
Set,
47+
Tuple,
48+
Union,
49+
)
4050

4151
import attr
4252
from frozendict import frozendict

0 commit comments

Comments
 (0)