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

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Apr 5, 2022
1 parent 8fedb6c commit 577b771
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion synapse/events/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

if TYPE_CHECKING:
from synapse.handlers.relations import BundledAggregations
from synapse.server import HomeServer


# Split strings on "." but not "\." This uses a negative lookbehind assertion for '\'
Expand Down
13 changes: 1 addition & 12 deletions synapse/storage/databases/main/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,7 @@
# limitations under the License.

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

from synapse.api.constants import RelationTypes
from synapse.events import EventBase
Expand Down

0 comments on commit 577b771

Please sign in to comment.