remove domain and service slots from Service object (#160039)

This commit is contained in:
rlippmann
2025-12-31 07:34:02 -05:00
committed by GitHub
parent 8de6785182
commit 9da07c2058

View File

@@ -2412,10 +2412,8 @@ class Service:
__slots__ = [
"description_placeholders",
"domain",
"job",
"schema",
"service",
"supports_response",
]