Run pre-commit formatting on all files

This commit is contained in:
James Hilliard
2024-10-30 13:05:35 -06:00
committed by Brett Rowan
parent 8b1cbed9ce
commit f20531cff5
18 changed files with 56 additions and 51 deletions

View File

@@ -22,8 +22,8 @@ import hashlib
import json
import logging
import re
from typing import Literal, Union
import struct
from typing import Literal, Union
import httpx
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes

View File

@@ -757,4 +757,4 @@ class LUXMinerRPCAPI(BaseMinerRPCAPI):
Returns:
The response from the miner after sending the 'updaterun' command.
"""
return await self.send_command("updaterun")
return await self.send_command("updaterun")