refactor: remove unused imports.

This commit is contained in:
UpstreamData
2024-01-16 15:36:55 -07:00
parent acdcfd04cd
commit a0c76fe24f

View File

@@ -13,10 +13,8 @@
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import asyncio
import logging
from pyasic.rpc import APIError, BaseMinerRPCAPI
from pyasic.rpc import BaseMinerRPCAPI
class CGMinerRPCAPI(BaseMinerRPCAPI):