refactor: clean and optimize imports.

This commit is contained in:
Upstream Data
2024-05-01 14:29:02 -06:00
parent 7d4aa80966
commit 1d67e5ed68
15 changed files with 3 additions and 18 deletions

View File

@@ -13,10 +13,9 @@
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .base import BaseWebAPI
from .antminer import AntminerModernWebAPI, AntminerOldWebAPI
from .auradine import AuradineWebAPI
from .base import BaseWebAPI
from .braiins_os import BOSerWebAPI, BOSMinerWebAPI
from .epic import ePICWebAPI
from .goldshell import GoldshellWebAPI