refactor: reformat.

This commit is contained in:
upstreamdata
2024-01-18 15:47:52 -07:00
parent 4b5314a8f6
commit ce981d1787
3 changed files with 2 additions and 6 deletions

View File

@@ -14,7 +14,6 @@
# limitations under the License. -
# ------------------------------------------------------------------------------
import logging
from typing import List, Optional
from pyasic.config import MinerConfig
@@ -115,7 +114,6 @@ class BMMiner(BaseMiner):
return self.fw_ver
async def _get_hashrate(self, api_summary: dict = None) -> Optional[float]:
# get hr from API
if api_summary is None: