Skip to content

Commit 768c101

Browse files
removed class duplicate
1 parent e2a30b2 commit 768c101

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bibigrid/core/rest/models.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ class Instance(BaseModel):
7777
volumes: Optional[List[Volume]] = Field(default=[])
7878

7979

80-
class UserRole(BaseModel):
81-
"""
82-
Allows users to add custom ansible roles
83-
"""
84-
hosts: List[str]
85-
roles: List[dict] # Replace 'dict' with more specific type if possible
86-
varsFiles: Optional[List[str]]
87-
88-
8980
class ElasticScheduling(BaseModel):
9081
"""
9182
Holds info on Slurms scheduling

0 commit comments

Comments
 (0)