We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263e312 commit 5c71f76Copy full SHA for 5c71f76
src/dstack/_internal/core/models/configurations.py
@@ -1006,10 +1006,6 @@ class ServiceConfiguration(
1006
1007
@property
1008
def replica_groups(self) -> List[ReplicaGroup]:
1009
- """
1010
- Get normalized replica groups. After validation, replicas is always List[ReplicaGroup] or None.
1011
- Use this property for type-safe access in code.
1012
1013
if self.replicas is None:
1014
return [
1015
ReplicaGroup(
0 commit comments