From 5b54537c3a1207828a5e57e5ef0e511b10d7cfd1 Mon Sep 17 00:00:00 2001 From: Manjinder Singh <49171515+jinder1s@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:41:48 -0500 Subject: [PATCH] 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.