coredevice: fix run method

This commit is contained in:
Sebastien Bourdeauducq 2021-11-16 18:32:14 +08:00
parent 01f21f7545
commit f4acf04405
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class Core:
self.comm.load(kernel_library)
self.comm.run()
self.comm.serve(None, None, None)
return result
@portable
def seconds_to_mu(self, seconds: float) -> int64: