fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2023-08-18 10:48:19 +00:00
parent 981bcc71ea
commit 04df220737
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ def save_coco_annotations(
image_id, annotation_id = 1, 1
for image_path, image in images.items():
image_height, image_width, _ = image.shape
image_name =f"{Path(image_path).stem}{Path(image_path).suffix}"
image_name = f"{Path(image_path).stem}{Path(image_path).suffix}"
coco_image = {
"id": image_id,
"license": 1,