mirror of
https://github.com/quantum5/win2xcur.git
synced 2025-04-24 02:01:57 -04:00
Add flake8 linting
This commit is contained in:
parent
67d16e8016
commit
05d3f7e4c1
|
@ -83,4 +83,4 @@ class ANIParser:
|
|||
for frame, delay in zip(sequence, delays):
|
||||
frame.delay = delay / 60
|
||||
|
||||
return sequence
|
||||
return sequence
|
||||
|
|
|
@ -36,4 +36,4 @@ class CURParser:
|
|||
hotspots.append((hx, hy))
|
||||
offset += self.ICON_DIR_ENTRY.size
|
||||
|
||||
return hotspots
|
||||
return hotspots
|
||||
|
|
Loading…
Reference in a new issue