Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add six.text_type to the check of command_with_args (#4290)
- the type of 'provider' is `unicode` in python2 env, use 'six.text_type' for compatibility check - add E203 to flake8.ignore as per https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#slices Signed-off-by: Xiangce Liu <[email protected]>
- Loading branch information