Fix code style issues
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
import tempfile
|
|
||||||
from pyasic import settings
|
from pyasic import settings
|
||||||
from pyasic.ssh.base import BaseSSH
|
from pyasic.ssh.base import BaseSSH
|
||||||
import logging
|
import logging
|
||||||
import httpx
|
|
||||||
from pathlib import Path
|
|
||||||
import os
|
|
||||||
import hashlib
|
import hashlib
|
||||||
from pyasic.updater.bos import FirmwareManager
|
from pyasic.updater.bos import FirmwareManager
|
||||||
|
|
||||||
@@ -23,6 +19,7 @@ formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(messag
|
|||||||
handler.setFormatter(formatter)
|
handler.setFormatter(formatter)
|
||||||
logger.addHandler(handler)
|
logger.addHandler(handler)
|
||||||
|
|
||||||
|
|
||||||
class BOSMinerSSH(BaseSSH):
|
class BOSMinerSSH(BaseSSH):
|
||||||
def __init__(self, ip: str):
|
def __init__(self, ip: str):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user