mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 14:14:19 -04:00
Use absolute imports
This commit is contained in:
parent
ca9b9d9703
commit
bb73f55fc6
3 changed files with 5 additions and 5 deletions
|
@ -13,8 +13,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from ._base import BaseSlavedStore
|
||||
from ._slaved_id_tracker import SlavedIdTracker
|
||||
from synapse.replication.slave.storage._base import BaseSlavedStore
|
||||
from synapse.replication.slave.storage._slaved_id_tracker import SlavedIdTracker
|
||||
from synapse.storage.account_data import AccountDataWorkerStore
|
||||
from synapse.storage.tags import TagsWorkerStore
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue