Fix dumping lru stats in the profiler (#97303)

This commit is contained in:
J. Nick Koston 2023-07-27 02:17:27 -05:00 committed by GitHub
parent 01ba7a8698
commit e9c3f0821f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ _KNOWN_LRU_CLASSES = (
"StatesMetaManager",
"StateAttributesManager",
"StatisticsMetaManager",
"DomainData",
"IntegrationMatcher",
)