Skip to content

Commit

Permalink
fixes superdsm flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 15, 2023
1 parent 8dab9b4 commit 61f6539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/superdsm/run-superdsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def flatten_dict(d, sep='/'):
tsv_out.writerow([key, value])

if args.do_overlay or args.do_masks:
print(f'Performing segmentation')
print('Performing segmentation')
data, cfg, _ = pipeline.process_image(img, cfg)

if args.do_overlay:
Expand Down

0 comments on commit 61f6539

Please sign in to comment.