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 indentation in setup.py #106

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

eltoder
Copy link
Contributor

@eltoder eltoder commented Jul 22, 2023

Fixes flake8 complaints:

./setup.py:27:29: E261 at least two spaces before inline comment
./setup.py:29:6: E111 indentation is not a multiple of 4
./setup.py:29:6: E117 over-indented

Fixes flake8 complaints:

```
./setup.py:27:29: E261 at least two spaces before inline comment
./setup.py:29:6: E111 indentation is not a multiple of 4
./setup.py:29:6: E117 over-indented
```
@elprans
Copy link
Member

elprans commented Aug 14, 2023

Thanks!

@elprans elprans merged commit a952730 into MagicStack:master Aug 14, 2023
@eltoder eltoder deleted the feature/setup-indent branch August 14, 2023 19:20
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.

2 participants