fix a bug with whatsminer M21S missing import

This commit is contained in:
UpstreamData
2022-06-06 09:41:10 -06:00
parent d292b9c195
commit 264db3bdd6

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M21SV20, M21SV60 # noqa - Ignore access to _module
from miners._types import M21S, M21SV20, M21SV60 # noqa - Ignore access to _module
class BTMinerM21S(BTMiner, M21S):