Skip to content
Snippets Groups Projects
Unverified Commit b85c3485 authored by Erik Johnston's avatar Erik Johnston Committed by David Robertson
Browse files

Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)

I don't think has caused any actual issues.

Introduced in #15891
parent 8c56e18e
No related branches found
No related tags found
No related merge requests found
Fix typo where we ended up with multiple `WorkerLocksHandler`.
...@@ -914,6 +914,7 @@ class HomeServer(metaclass=abc.ABCMeta): ...@@ -914,6 +914,7 @@ class HomeServer(metaclass=abc.ABCMeta):
"""Usage metrics shared between phone home stats and the prometheus exporter.""" """Usage metrics shared between phone home stats and the prometheus exporter."""
return CommonUsageMetricsManager(self) return CommonUsageMetricsManager(self)
@cache_in_self
def get_worker_locks_handler(self) -> WorkerLocksHandler: def get_worker_locks_handler(self) -> WorkerLocksHandler:
return WorkerLocksHandler(self) return WorkerLocksHandler(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment