Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Jan 25, 2024
1 parent 959c3ca commit aa0e89f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions backend/ws_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
from websockets import WebSocketServerProtocol
import websockets.exceptions
from websockets.typing import Data
from pinecil import DeviceNotFoundException
from pinecil import InvalidSettingException
from pinecil import ValueOutOfRangeException
from pinecil import DeviceDisconnectedException
from pinecil import Pinecil
from pinecil import (
DeviceNotFoundException,
InvalidSettingException,
ValueOutOfRangeException,
DeviceDisconnectedException,
Pinecil,
)
from pinecil_monitor import PinecilFinder
from version_checker import VersionChecker, is_semver_greater

Expand Down

0 comments on commit aa0e89f

Please sign in to comment.