mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
fixing linting issues in web_server.py
This commit is contained in:
parent
1b11e88d5a
commit
ec99078925
@ -9,7 +9,6 @@ from loguru import logger
|
|||||||
|
|
||||||
from pyDataInterface import DataService
|
from pyDataInterface import DataService
|
||||||
from pyDataInterface.config import OperationMode
|
from pyDataInterface.config import OperationMode
|
||||||
from pyDataInterface.data_service import NumberSlider
|
|
||||||
from pyDataInterface.version import __version__
|
from pyDataInterface.version import __version__
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +21,7 @@ class WebAPI:
|
|||||||
__sio_app: socketio.ASGIApp
|
__sio_app: socketio.ASGIApp
|
||||||
__fastapi_app: FastAPI
|
__fastapi_app: FastAPI
|
||||||
|
|
||||||
def __init__(
|
def __init__( # noqa: CFQ002
|
||||||
self,
|
self,
|
||||||
service: DataService,
|
service: DataService,
|
||||||
frontend: str | Path | None = None,
|
frontend: str | Path | None = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user