Not generated code: clean up python 2.7 support artefacts#2570
Not generated code: clean up python 2.7 support artefacts#2570penguinolog wants to merge 2 commits into
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: penguinolog The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @penguinolog! |
b3ad4bf to
1e841cb
Compare
* drop `six` dependency * do not subclass `object` * drop `from __future__ import print_function` * drop `# -*- coding: utf-8 -*-` comments
1e841cb to
eb21437
Compare
As required by contributing documentation
633b59f to
1ee5c80
Compare
|
I feel "autopep8" part is not really critical (100% generated change). Should I create "related" PR instead? |
sixdependencyobjectfrom __future__ import print_function# -*- coding: utf-8 -*-commentsWhat type of PR is this?
/kind cleanup
What this PR does / why we need it:
Python 2.7 reached EOL > 6 years ago, cleaning-up will simplify maintenance and eventually reduce dependency tree.
Which issue(s) this PR fixes:
#2535
Special notes for your reviewer:
Does this PR introduce a user-facing change?
No user-facing changes
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: