mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Fix lints
This commit is contained in:
parent
a6798085e5
commit
a8ca59f9e7
1 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
import abc
|
||||
import collections.abc
|
||||
import os
|
||||
from typing import (
|
||||
TYPE_CHECKING,
|
||||
Any,
|
||||
|
@ -48,7 +47,6 @@ from synapse.synapse_rust.events import EventInternalMetadata
|
|||
from synapse.types import JsonDict, StrCollection
|
||||
from synapse.util.caches import intern_dict
|
||||
from synapse.util.frozenutils import freeze
|
||||
from synapse.util.stringutils import strtobool
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from synapse.events.builder import EventBuilder
|
||||
|
|
Loading…
Add table
Reference in a new issue