Skip to content
Snippets Groups Projects
Unverified Commit cc5fb769 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix lint

parent 935b2493
No related branches found
No related tags found
1 merge request!396Allow resizing sub elements
Pipeline #132036 passed
This commit is part of merge request !396. Comments created here will be created in the context of that merge request.
......@@ -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"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment