Skip to content

Commit

Permalink
Merge pull request #9 from siesto1elemento/my-feature-branch
Browse files Browse the repository at this point in the history
formatting changes
  • Loading branch information
siesto1elemento authored Oct 1, 2024
2 parents cc4ce27 + 19e8dab commit 9e73148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cvat/apps/dataset_manager/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,6 @@ def convert_annotation_data_format(data, format_name):
"start": entry["start"],
"end": entry["end"]
}
x = entry["locale"]
attribute_keys = [key for key in entry.keys() if key.startswith("attribute_")]
for key in attribute_keys:
formatted_entry[key] = entry[key]
Expand Down

0 comments on commit 9e73148

Please sign in to comment.