summary refs log tree commit diff
path: root/synapse/replication/slave/storage/profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/replication/slave/storage/profile.py')
-rw-r--r--synapse/replication/slave/storage/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/profile.py b/synapse/replication/slave/storage/profile.py
index 28c508aad3..f85b20a071 100644
--- a/synapse/replication/slave/storage/profile.py
+++ b/synapse/replication/slave/storage/profile.py
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 from synapse.replication.slave.storage._base import BaseSlavedStore
-from synapse.storage.data_stores.main.profile import ProfileWorkerStore
+from synapse.storage.databases.main.profile import ProfileWorkerStore
 
 
 class SlavedProfileStore(ProfileWorkerStore, BaseSlavedStore):