summary refs log tree commit diff
path: root/synapse/handlers/profile.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-26 16:24:28 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-26 16:24:28 +0100
commit5706c8ba34bc4efbe589b08b799f7d1b2fb72821 (patch)
treed01d37334e7a9ab140b0f834c66aa83c56c3c9a5 /synapse/handlers/profile.py
parentRemove old pin on mypy and mypy-zope (diff)
downloadsynapse-5706c8ba34bc4efbe589b08b799f7d1b2fb72821.tar.xz
fix isort and mypy linting
Diffstat (limited to 'synapse/handlers/profile.py')
-rw-r--r--synapse/handlers/profile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py

index 469614fed6..ee8f868791 100644 --- a/synapse/handlers/profile.py +++ b/synapse/handlers/profile.py
@@ -87,8 +87,8 @@ class ProfileHandler(BaseHandler): ) if len(self.hs.config.replicate_user_profiles_to) > 0: - reactor.callWhenRunning(self._do_assign_profile_replication_batches) - reactor.callWhenRunning(self._start_replicate_profiles) + reactor.callWhenRunning(self._do_assign_profile_replication_batches) # type: ignore + reactor.callWhenRunning(self._start_replicate_profiles) # type: ignore # Add a looping call to replicate_profiles: this handles retries # if the replication is unsuccessful when the user updated their # profile.