BE: fixing imports
Some checks failed
docker / docker_dev (push) Has been cancelled

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-11-10 13:20:11 +11:00
parent 5f27d3b9aa
commit bb9b242d0a
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ INSTALL_PATH = os.getenv("NETALERTX_APP", "/app")
sys.path.extend([f"{INSTALL_PATH}/server"])
from helper import (
get_timezone_offset,
get_setting_value,
)
from logger import mylog