Skip to content
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

Remove "six" dependency from UST #760

Closed
shasibhusanJena opened this issue Jan 18, 2022 · 0 comments · Fixed by #761
Closed

Remove "six" dependency from UST #760

shasibhusanJena opened this issue Jan 18, 2022 · 0 comments · Fixed by #761

Comments

@shasibhusanJena
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Since we no longer target 2.7 for our UST builds, there is no need to continue using this "six" library. So Remove all usage of "six" in the UST codebase

Describe the solution you'd like
Modify use of below existing code to new type

  • six.iteritems(), we can use items() on the collection
  • six.iterkeys() can be replaced by calling keys() on the collection
  • six.itervalues() can be replaced by calling values() on the collection

along with other references of "six" pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant