Fix lint.
This commit is contained in:
parent
81af41d77f
commit
0d9bf5e2c9
@ -197,7 +197,7 @@ class HintManager(QObject):
|
||||
# (needed - 1) digits in length.
|
||||
if needed > min_chars:
|
||||
short_count = math.floor((len(chars) ** needed - len(elems)) /
|
||||
len(chars))
|
||||
len(chars))
|
||||
else:
|
||||
short_count = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user