mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
try fix add protocol
This commit is contained in:
@@ -284,9 +284,6 @@ class ProtocolNodeCreator(DeviceClassCreator[T]):
|
||||
"""
|
||||
super().__init__(cls, children, resource_tracker)
|
||||
|
||||
def attach_resource(self):
|
||||
pass # WorkstationNode不直接附加资源
|
||||
|
||||
def create_instance(self, data: Dict[str, Any]) -> T:
|
||||
"""
|
||||
从数据创建ProtocolNode设备实例
|
||||
|
||||
Reference in New Issue
Block a user