Merge pull request #3 from shanefagan/fix_ruff

Fix ruff style check
This commit is contained in:
Caio Quirino da Silva 2026-04-08 21:53:39 +02:00 committed by GitHub
commit 419fd7cebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -20,11 +20,13 @@ import logging
import socket
import struct
import traceback
from time import time
from typing import Callable
from typing import Protocol
from solaar.i18n import _
from . import base
from . import common
from . import descriptors