Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pylint: ignore too many params/lines, yield from
Ignore pylint's options: * too-many-lines * too-many-positional-arguments * use-yield-from Some of these options cannot be used (python2.7 compat) or configured. See: oamg/leapp-repository#1299
- Loading branch information