We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a30b2 commit 768c101Copy full SHA for 768c101
bibigrid/core/rest/models.py
@@ -77,15 +77,6 @@ class Instance(BaseModel):
77
volumes: Optional[List[Volume]] = Field(default=[])
78
79
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
89
class ElasticScheduling(BaseModel):
90
"""
91
Holds info on Slurms scheduling
0 commit comments