refactor: remove unused imports.

This commit is contained in:
UpstreamData
2024-01-25 16:31:19 -07:00
parent 66be443dc3
commit 5ad23c6cd0
2 changed files with 4 additions and 22 deletions

View File

@@ -14,17 +14,8 @@
# limitations under the License. - # limitations under the License. -
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
import copy from dataclasses import dataclass
import json from typing import Any
import time
from dataclasses import asdict, dataclass, field, fields
from datetime import datetime, timezone
from typing import Any, List, Union
from pyasic.config import MinerConfig
from pyasic.config.mining import MiningModePowerTune
from .error_codes import BraiinsOSError, InnosiliconError, WhatsminerError, X19Error
@dataclass @dataclass

View File

@@ -14,17 +14,8 @@
# limitations under the License. - # limitations under the License. -
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
import copy from dataclasses import dataclass
import json from typing import Any
import time
from dataclasses import asdict, dataclass, field, fields
from datetime import datetime, timezone
from typing import Any, List, Union
from pyasic.config import MinerConfig
from pyasic.config.mining import MiningModePowerTune
from .error_codes import BraiinsOSError, InnosiliconError, WhatsminerError, X19Error
@dataclass @dataclass