refactor: remove some unused pass statements.

This commit is contained in:
UpstreamData
2024-01-15 16:16:08 -07:00
parent 2b82b29690
commit 832a276f4b
3 changed files with 2 additions and 12 deletions

View File

@@ -744,7 +744,7 @@ class BOSer(BaseMiner):
return await self.restart_boser()
async def restart_boser(self) -> bool:
ret = await self.web.grpc.restart()
await self.web.grpc.restart()
return True
async def stop_mining(self) -> bool: