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