-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
pycodestyle cleanup in src/sage/graphs/graph_coloring.pyx #34073
Comments
New commits:
|
Commit: |
Branch: public/graphs/34073_coloring |
comment:2
You inserted an additional blank line between function definitions. What is the rationale of this change? The rule is one blank line around function definitions and double blank lines around class definitons. No? I do not object to the two blank lines here. But I am just curious if there is a rule that I do not know. |
comment:3
According pycodestyle, in this case this is |
Reviewer: Kwankyu Lee |
comment:4
Okay. I found |
Changed branch from public/graphs/34073_coloring to |
Fix all issues reported by pycodestyle.
Component: graph theory
Author: David Coudert
Branch/Commit:
07cb878
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34073
The text was updated successfully, but these errors were encountered: