We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ResponseData
__all__
1 parent b48dd67 commit 83adfcdCopy full SHA for 83adfcd
1 file changed
aiohasupervisor/models/__init__.py
@@ -50,6 +50,7 @@
50
RemoveBackupOptions,
51
UploadBackupOptions,
52
)
53
+from aiohasupervisor.models.base import ResponseData
54
from aiohasupervisor.models.discovery import (
55
Discovery,
56
DiscoveryConfig,
@@ -253,6 +254,7 @@
253
254
"RemoveBackupOptions",
255
"Repository",
256
"ResolutionInfo",
257
+ "ResponseData",
258
"RootInfo",
259
"Service",
260
"ServiceState",
0 commit comments