Skip to content

Commit 0e25aac

Browse files
committed
sty: Address ruff complaint
1 parent 6933b76 commit 0e25aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maint/update_authors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def _aslist(value):
260260
aff_indexes = [
261261
', '.join(
262262
[
263-
'%d' % (affiliations.index(a) + 1)
263+
f'{affiliations.index(a) + 1}'
264264
for a in _aslist(author.get('affiliation', 'Unaffiliated'))
265265
]
266266
)

0 commit comments

Comments
 (0)