From c0265b238052565e83313998116611d41ee15fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sol=C3=A8ne=20Tarride?= <starride@teklia.com>
Date: Mon, 18 Sep 2023 15:41:34 +0200
Subject: [PATCH] Fix extraction lint

---
 dan/datasets/extract/extract.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dan/datasets/extract/extract.py b/dan/datasets/extract/extract.py
index c4d71632..7e187156 100644
--- a/dan/datasets/extract/extract.py
+++ b/dan/datasets/extract/extract.py
@@ -34,7 +34,7 @@ from dan.datasets.extract.utils import (
     get_bbox,
     insert_token,
     normalize_linebreaks,
-    normalize_spaces
+    normalize_spaces,
 )
 from dan.utils import LM_MAPPING, EntityType, parse_tokens
 from line_image_extractor.extractor import extract
-- 
GitLab