| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Refactor Classes which inherit from `object`.
- Remove `import print_function from __future__`.
- Remove assignments to `__revision__` from the functional test module when it is never used throughout the module.
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
|
|
|
|
|
|
| |
See https://github.com/PyCQA/pylint/issues/2409#issuecomment-1100952171
Closes #2409
|
|
We're only supporting python version > 3.6 so this became
useless configuration.
|