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