Skip to content

Commit

Permalink
lint: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu-choi07 committed Feb 6, 2024
1 parent fa0c68e commit ae69281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns_vfs/data/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def save_frames_of_interest(self, path):
Image.fromarray(self.annotated_images[idx]).save(
f"{path}/{idx}_annotated.png"
)
except:
except: # noqa: E722
pass

def flush_frame_buffer(self):
Expand Down

0 comments on commit ae69281

Please sign in to comment.