Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workers
Base Worker
Commits
cc5fb769
Unverified
Commit
cc5fb769
authored
1 year ago
by
Yoann Schneider
Browse files
Options
Downloads
Patches
Plain Diff
fix lint
parent
935b2493
No related branches found
No related tags found
1 merge request
!396
Allow resizing sub elements
Pipeline
#132036
passed
1 year ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex_worker/models.py
+0
-3
0 additions, 3 deletions
arkindex_worker/models.py
with
0 additions
and
3 deletions
arkindex_worker/models.py
+
0
−
3
View file @
cc5fb769
...
...
@@ -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
"
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment