docs: fix issues with docs.
This commit is contained in:
@@ -17,5 +17,5 @@ from pyasic.miners.backends import GoldshellMiner
|
||||
from pyasic.miners.types import KDMax
|
||||
|
||||
|
||||
class BFGMinerGoldshellKDMax(GoldshellMiner, KDMax):
|
||||
class GoldshellKDMax(GoldshellMiner, KDMax):
|
||||
pass
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
# See the License for the specific language governing permissions and -
|
||||
# limitations under the License. -
|
||||
# ------------------------------------------------------------------------------
|
||||
from .KDMax import BFGMinerGoldshellKDMax
|
||||
from .KDMax import GoldshellKDMax
|
||||
|
||||
Reference in New Issue
Block a user