Don't fit bbox in normalize function

This commit is contained in:
amercader 2022-08-31 17:10:49 +02:00
parent de7c85b59d
commit d0a722551d
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ def normalize_bbox(bbox_values):
except ValueError:
return None
bbox = fit_bbox(bbox)
return bbox