fix: six was being used without being imported (#26993)
* fix: six was being used without being imported Removed usage of the python library six from module. This is fixing an error where the python library six is used in a module without being imported. Multiple PRs merging around same time caused this conflict.
This commit is contained in: