mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 21:43:31 +00:00
re-run through ruff formatter
This commit is contained in:
@@ -5,8 +5,8 @@ from dataclasses import dataclass
|
||||
import xair_api
|
||||
from xair_api import kinds
|
||||
|
||||
kind_id = "X32"
|
||||
ip = "x32.local"
|
||||
kind_id = 'X32'
|
||||
ip = 'x32.local'
|
||||
|
||||
tests = xair_api.connect(kind_id, ip=ip)
|
||||
|
||||
@@ -30,7 +30,7 @@ data = Data()
|
||||
|
||||
|
||||
def setup_module():
|
||||
print(f"\nRunning tests for kind [{data.name}]\n", file=sys.stdout)
|
||||
print(f'\nRunning tests for kind [{data.name}]\n', file=sys.stdout)
|
||||
tests.worker = threading.Thread(target=tests.run_server)
|
||||
tests.worker.daemon = True
|
||||
tests.worker.start()
|
||||
|
||||
Reference in New Issue
Block a user