From 0aa72c6c85f149bd65e133631a24e155aaffd7d4 Mon Sep 17 00:00:00 2001 From: Ryan Heideman Date: Tue, 26 Aug 2025 20:18:57 -0700 Subject: [PATCH] Fix Byte Folder Names (#376) --- pyasic/miners/device/models/goldshell/{Byte => byte}/__init__.py | 0 .../miners/device/models/goldshell/{Byte/Byte.py => byte/byte.py} | 0 pyasic/miners/goldshell/bfgminer/{Byte => byte}/__init__.py | 0 pyasic/miners/goldshell/bfgminer/{Byte/Byte.py => byte/byte.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename pyasic/miners/device/models/goldshell/{Byte => byte}/__init__.py (100%) rename pyasic/miners/device/models/goldshell/{Byte/Byte.py => byte/byte.py} (100%) rename pyasic/miners/goldshell/bfgminer/{Byte => byte}/__init__.py (100%) rename pyasic/miners/goldshell/bfgminer/{Byte/Byte.py => byte/byte.py} (100%) diff --git a/pyasic/miners/device/models/goldshell/Byte/__init__.py b/pyasic/miners/device/models/goldshell/byte/__init__.py similarity index 100% rename from pyasic/miners/device/models/goldshell/Byte/__init__.py rename to pyasic/miners/device/models/goldshell/byte/__init__.py diff --git a/pyasic/miners/device/models/goldshell/Byte/Byte.py b/pyasic/miners/device/models/goldshell/byte/byte.py similarity index 100% rename from pyasic/miners/device/models/goldshell/Byte/Byte.py rename to pyasic/miners/device/models/goldshell/byte/byte.py diff --git a/pyasic/miners/goldshell/bfgminer/Byte/__init__.py b/pyasic/miners/goldshell/bfgminer/byte/__init__.py similarity index 100% rename from pyasic/miners/goldshell/bfgminer/Byte/__init__.py rename to pyasic/miners/goldshell/bfgminer/byte/__init__.py diff --git a/pyasic/miners/goldshell/bfgminer/Byte/Byte.py b/pyasic/miners/goldshell/bfgminer/byte/byte.py similarity index 100% rename from pyasic/miners/goldshell/bfgminer/Byte/Byte.py rename to pyasic/miners/goldshell/bfgminer/byte/byte.py