refactor: apply consistent formatting
This commit is contained in:
parent
c99c687a53
commit
fcc9179e3a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ for file_path in glob("src/procedures/followpoints/*.png"):
|
|||
# lower opacity
|
||||
|
||||
data = []
|
||||
for (r, g, b, a) in img.getdata():
|
||||
for r, g, b, a in img.getdata():
|
||||
data.append((r, g, b, int(a * opacity)))
|
||||
|
||||
img.putdata(data) # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue