From 054eaa383856484e6de9c6a8f1c8b830d1a2dffd Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 09:20:47 +0000
Subject: [PATCH] chore: pre-commit auto fixes [...]

---
 src/gentropy/l2g.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gentropy/l2g.py b/src/gentropy/l2g.py
index 66deb760a..faee1e79e 100644
--- a/src/gentropy/l2g.py
+++ b/src/gentropy/l2g.py
@@ -9,7 +9,6 @@
 from sklearn.ensemble import GradientBoostingClassifier
 from wandb.sdk.wandb_login import login as wandb_login
 
-from gentropy.common.Liftover import LiftOverSpark
 from gentropy.common.schemas import compare_struct_schemas
 from gentropy.common.session import Session
 from gentropy.common.spark_helpers import calculate_harmonic_sum