From cc03e8edb807b6bbef0c94dca010ac8f2ba1669d Mon Sep 17 00:00:00 2001 From: utthishtastro Date: Thu, 24 Oct 2024 00:05:09 +0530 Subject: [PATCH] Remove unused math module --- fink_science/hostless_detection/processor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fink_science/hostless_detection/processor.py b/fink_science/hostless_detection/processor.py index e1930da8..afcd8be4 100644 --- a/fink_science/hostless_detection/processor.py +++ b/fink_science/hostless_detection/processor.py @@ -4,7 +4,6 @@ Transients https://arxiv.org/abs/2404.18165 """ -import math from line_profiler import profile import os