Skip to content

Commit 5c71f76

Browse files
Bihan  RanaBihan  Rana
authored andcommitted
Resolve Minor Issues - Additional fixes
1 parent 263e312 commit 5c71f76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dstack/_internal/core/models/configurations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,6 @@ class ServiceConfiguration(
10061006

10071007
@property
10081008
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-
"""
10131009
if self.replicas is None:
10141010
return [
10151011
ReplicaGroup(

0 commit comments

Comments
 (0)