summary refs log tree commit diff
path: root/synapse/replication/slave/storage/directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/replication/slave/storage/directory.py')
-rw-r--r--synapse/replication/slave/storage/directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/directory.py b/synapse/replication/slave/storage/directory.py

index 8b9717c46f..1945bcf9a8 100644 --- a/synapse/replication/slave/storage/directory.py +++ b/synapse/replication/slave/storage/directory.py
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from synapse.storage.data_stores.main.directory import DirectoryWorkerStore +from synapse.storage.databases.main.directory import DirectoryWorkerStore from ._base import BaseSlavedStore