File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
pyasic/miners/avalonminer/cgminer/A8X Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from A8X import CGMinerA8X # noqa - Ignore access to _module
15+ from . A8X import CGMinerA8X # noqa - Ignore access to _module
1616from pyasic .miners ._types import Avalon821 # noqa - Ignore access to _module
1717
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from A8X import CGMinerA8X # noqa - Ignore access to _module
15+ from . A8X import CGMinerA8X # noqa - Ignore access to _module
1616from pyasic .miners ._types import Avalon841 # noqa - Ignore access to _module
1717
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from A8X import CGMinerA8X # noqa - Ignore access to _module
15+ from . A8X import CGMinerA8X # noqa - Ignore access to _module
1616from pyasic .miners ._types import Avalon851 # noqa - Ignore access to _module
1717
1818
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyasic"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44description = " A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
55authors = [" UpstreamData <brett@upstreamdata.ca>" ]
66repository = " https://github.com/UpstreamData/pyasic"
You can’t perform that action at this time.
0 commit comments