mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 14:24:13 -04:00
Stop sub-classing object (#8249)
This commit is contained in:
parent
9f8abdcc38
commit
c619253db8
168 changed files with 293 additions and 292 deletions
|
@ -43,7 +43,7 @@ response_cache_total = Gauge("synapse_util_caches_response_cache:total", "", ["n
|
|||
|
||||
|
||||
@attr.s
|
||||
class CacheMetric(object):
|
||||
class CacheMetric:
|
||||
|
||||
_cache = attr.ib()
|
||||
_cache_type = attr.ib(type=str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue