summary refs log tree commit diff
path: root/synapse/replication/slave/storage/appservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/replication/slave/storage/appservice.py')
-rw-r--r--synapse/replication/slave/storage/appservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/appservice.py b/synapse/replication/slave/storage/appservice.py
index cda12ea70d..a67fbeffb7 100644
--- a/synapse/replication/slave/storage/appservice.py
+++ b/synapse/replication/slave/storage/appservice.py
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from synapse.storage.appservice import (
+from synapse.storage.data_stores.main.appservice import (
     ApplicationServiceTransactionWorkerStore,
     ApplicationServiceWorkerStore,
 )