From c323f224d308a1a81cc3d9b1f45c5575fb4dda42 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 14 Jul 2026 13:23:53 +0200 Subject: [PATCH] fix: nturns --- services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py index 8085b42..e20da38 100644 --- a/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py +++ b/services/nturns/current/app/src/AGEBD-SERVICE-NTURNS.py @@ -1,9 +1,7 @@ -import time from datetime import datetime import numpy as np import typer -from epics import dbr from scipy import signal from agebd.enums import LogLevel