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

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Mar 28, 2022
1 parent ea6efba commit f399392
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion synapse/storage/databases/main/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@
"""

import logging
from typing import TYPE_CHECKING, Collection, Dict, List, Optional, Set, Tuple, Union, Any
from typing import (
TYPE_CHECKING,
Any,
Collection,
Dict,
List,
Optional,
Set,
Tuple,
Union,
)

import attr
from frozendict import frozendict
Expand Down

0 comments on commit f399392

Please sign in to comment.