Skip to content
Snippets Groups Projects
Commit 0213a97d authored by Alfred Ashur Oshana's avatar Alfred Ashur Oshana
Browse files

fix: add Controller Class to Cube instead Host

parent 0812f074
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ class Cube(BaseModel): ...@@ -75,7 +75,7 @@ class Cube(BaseModel):
representation of cube object with host ids representation of cube object with host ids
""" """
id: int id: int
controller: Optional[Host] controller: Optional[Controller]
switch: Switch switch: Switch
head: Pi head: Pi
workers: List[Pi] workers: List[Pi]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment