fixed formatting issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from miners._backends import CGMiner
|
||||
from miners._types import Avalon821
|
||||
from miners._backends import CGMiner # noqa - Ignore access to _module
|
||||
from miners._types import Avalon821 # noqa - Ignore access to _module
|
||||
|
||||
|
||||
class CGMinerAvalon821(CGMiner, Avalon821):
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from miners._backends import CGMiner
|
||||
from miners._types import Avalon841
|
||||
from miners._backends import CGMiner # noqa - Ignore access to _module
|
||||
from miners._types import Avalon841 # noqa - Ignore access to _module
|
||||
|
||||
|
||||
class CGMinerAvalon841(CGMiner, Avalon841):
|
||||
|
||||
Reference in New Issue
Block a user