refectoring: refectoring docstring

Change-Id: I0d4479537668c7b2980f64e6771413d9b4e82c83
Signed-off-by: Youngjun <yj.yoo@okestro.com>
This commit is contained in:
Youngjun
2024-03-13 17:41:56 +09:00
committed by Youngjun Yoo
parent 6565717213
commit d87fb8ec30

View File

@@ -90,7 +90,7 @@ class Platform(plugin.Plugin, validation.ValidatablePluginMixin):
def update(self, new_spec):
"""Updates existing platform config and returns new platform data.
:param new_platform_config: New platform config.
:param new_spec: New platform spec.
:returns: Complete platform data as dictionary
"""
raise NotImplementedError(