Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Apr 2, 2024
1 parent 5daf271 commit d950028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/byakuganvisualizer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def main(args):
filtered_image = Image.fromarray(rgb_array.astype('uint8'))
filtered_image.save(f'{args.out_dir}/Filtered_{image_name}.jpg')


def run():
main(sys.argv[1:])

Expand Down

0 comments on commit d950028

Please sign in to comment.