[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Brett Rowan
parent
c1a01b5f7b
commit
b903cc6e5f
@@ -14,8 +14,8 @@
|
|||||||
# limitations under the License. -
|
# limitations under the License. -
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
from pyasic.miners.backends import ePIC
|
|
||||||
from pyasic.device.models import MinerModel
|
from pyasic.device.models import MinerModel
|
||||||
|
from pyasic.miners.backends import ePIC
|
||||||
from pyasic.miners.device.models import (
|
from pyasic.miners.device.models import (
|
||||||
S19,
|
S19,
|
||||||
S19XP,
|
S19XP,
|
||||||
@@ -54,6 +54,7 @@ class ePICS19kPro(ePIC, S19kPro):
|
|||||||
class ePICS19XP(ePIC, S19XP):
|
class ePICS19XP(ePIC, S19XP):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ePICS19jProDual(ePIC, S19jPro):
|
class ePICS19jProDual(ePIC, S19jPro):
|
||||||
raw_model = MinerModel.EPIC.S19jProDual
|
raw_model = MinerModel.EPIC.S19jProDual
|
||||||
expected_fans = S19jPro.expected_fans * 2
|
expected_fans = S19jPro.expected_fans * 2
|
||||||
|
|||||||
Reference in New Issue
Block a user