Skip to content

Commit 741e0f3

Browse files
author
Andrei Neagu
committed
added note
1 parent 48e84c1 commit 741e0f3

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common

1 file changed

+1
-1
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common/_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def remove_parent(self) -> None:
2929
class DisplayaMixin(ABC):
3030
@abstractmethod
3131
def display(self) -> None:
32-
"""creates ui elements inside the parent container"""
32+
"""create an ui element ad attach it to the current NiceGUI context"""

0 commit comments

Comments
 (0)