fixed formatting issues

This commit is contained in:
UpstreamData
2022-05-26 13:23:32 -06:00
parent 942f2a1c8d
commit c35b30e949
78 changed files with 177 additions and 173 deletions

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M30S
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M30S # noqa - Ignore access to _module
class BTMinerM30S(BTMiner, M30S):

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M30SPlus
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M30SPlus # noqa - Ignore access to _module
class BTMinerM30SPlus(BTMiner, M30SPlus):

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M30SPlusPlus
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M30SPlusPlus # noqa - Ignore access to _module
class BTMinerM30SPlusPlus(BTMiner, M30SPlusPlus):

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M31S
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M31S # noqa - Ignore access to _module
class BTMinerM31S(BTMiner, M31S):

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M31SPlus
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M31SPlus # noqa - Ignore access to _module
class BTMinerM31SPlus(BTMiner, M31SPlus):

View File

@@ -1,5 +1,5 @@
from miners._backends import BTMiner
from miners._types import M32S
from miners._backends import BTMiner # noqa - Ignore access to _module
from miners._types import M32S # noqa - Ignore access to _module
class BTMinerM32S(BTMiner, M32S):