Skip to content

Commit

Permalink
Reformat nice
Browse files Browse the repository at this point in the history
  • Loading branch information
LashaO committed Mar 15, 2024
1 parent 94ad723 commit bc32f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbia/algo/hots/chip_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ def __init__(cm, *args, **kwargs):
cm.name_groupxs = None

def __nice__(cm):
return 'qaid=%s nD=%s' % (cm.qaid, cm.num_daids)
return 'qaid={} nD={}'.format(cm.qaid, cm.num_daids)

def initialize(
cm,
Expand Down

0 comments on commit bc32f1a

Please sign in to comment.