From 1417ee30d4b7183c743facd0f56c1c6b56d17241 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:00:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- straxen/config/protocols.py | 1 - 1 file changed, 1 deletion(-) diff --git a/straxen/config/protocols.py b/straxen/config/protocols.py index d51dc68db..d1a7bea3b 100644 --- a/straxen/config/protocols.py +++ b/straxen/config/protocols.py @@ -317,4 +317,3 @@ def get_run_start(run_id): start_time_unix = start_time.replace(tzinfo=pytz.utc).timestamp() start_time_unix = np.int64(start_time_unix) * straxen.units.s return start_time_unix -