Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Sep 24, 2024
1 parent b36de8e commit 1f83977
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions linien-server/linien_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@

import numpy as np
import rpyc
from linien_common.common import (
N_POINTS,
AutolockMode,
check_plot_data,
update_signal_history,
)
from linien_common.common import N_POINTS, check_plot_data, update_signal_history
from linien_common.communication import (
LinienControlService,
ParameterValues,
Expand All @@ -54,6 +49,8 @@
from rpyc.utils.server import ThreadedServer
from typing_extensions import deprecated

from linien.common.enums import AutolockMode

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 1f83977

Please sign in to comment.