mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-01 19:34:46 -05:00
Move StateFilter to synapse.types (#14668)
* Move `StateFilter` to `synapse.types` * Changelog
This commit is contained in:
parent
74b89c2761
commit
b5b5f66084
27 changed files with 25 additions and 24 deletions
|
|
@ -22,8 +22,8 @@ from synapse.storage.database import (
|
|||
LoggingTransaction,
|
||||
)
|
||||
from synapse.storage.engines import PostgresEngine
|
||||
from synapse.storage.state import StateFilter
|
||||
from synapse.types import MutableStateMap, StateMap
|
||||
from synapse.types.state import StateFilter
|
||||
from synapse.util.caches import intern_string
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue