Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some PEP 8 style issues #25

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix some PEP 8 style issues #25

wants to merge 5 commits into from

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Jan 28, 2024

No description provided.

The import statements were fixed using `isort .`.

Signed-off-by: Stefan Weil <[email protected]>
This commit reduces the number of issues which were reported by `flake8` from 52 to 24.
It was done by `autopep8 -i $(find * -name "*.py")`.

Signed-off-by: Stefan Weil <[email protected]>
Two more issues were fixed by `autopep8 -a -i -r --max-line-length 79 .`.

Signed-off-by: Stefan Weil <[email protected]>
This fixes an issue reported by flake8:

    ./page2img.py:62:5: F841 local variable 'XLINK' is assigned to but never used

Signed-off-by: Stefan Weil <[email protected]>
This reduces the remaining number of long lines reported by flake8 to 16.

Signed-off-by: Stefan Weil <[email protected]>
@stweil
Copy link
Contributor Author

stweil commented Apr 14, 2024

@kba, @wrznr, could you please merge these updates?

@stweil
Copy link
Contributor Author

stweil commented Apr 29, 2024

Ping?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant