refactor: optimize imports.

This commit is contained in:
UpstreamData
2024-01-11 15:00:48 -07:00
parent c80ca1415a
commit 4156f93c0d
35 changed files with 9 additions and 76 deletions

View File

@@ -15,8 +15,7 @@
# ------------------------------------------------------------------------------
import logging
from collections import namedtuple
from typing import List, Optional, Tuple
from typing import List, Optional
from pyasic.API.bmminer import BMMinerAPI
from pyasic.config import MinerConfig