We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following PEP-8 convention has to be maintained or fixed in the repository.
E125
E203
E251
E261
E302
E303
E402
F401
Full job details are available here.
The text was updated successfully, but these errors were encountered:
ZenithClown
No branches or pull requests
The following PEP-8 convention has to be maintained or fixed in the repository.
E125
continuation line with same indent as next logical line #14E203
whitespace before ':' #15E251
unexpected spaces around keyword / parameter equals #16E261
at least two spaces before inline comment #17E302
expected 2 blank lines, found 1 #18E303
too many blank lines (3) #19E402
module level import not at top of file #20F401
'pandaswizard.aggregate.quantile' imported but unused #21Full job details are available here.
The text was updated successfully, but these errors were encountered: