From cc5fb7699a5c4c6b560074a205045c12641619d3 Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Wed, 13 Sep 2023 18:28:46 +0200 Subject: [PATCH] fix lint --- arkindex_worker/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/arkindex_worker/models.py b/arkindex_worker/models.py index a65b4466..ebad60a0 100644 --- a/arkindex_worker/models.py +++ b/arkindex_worker/models.py @@ -10,8 +10,6 @@ from typing import Generator, List, Optional from PIL import Image from requests import HTTPError -from arkindex_worker import logger - class MagicDict(dict): """ @@ -172,7 +170,6 @@ class Element(MagicDict): from arkindex_worker.image import ( download_tiles, open_image, - polygon_bounding_box, ) if not self.get("zone"): -- GitLab