diff --git a/pyasic/rpc/cgminer.py b/pyasic/rpc/cgminer.py index 83a853a2..a3cfc19f 100644 --- a/pyasic/rpc/cgminer.py +++ b/pyasic/rpc/cgminer.py @@ -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):