diff options
| author | Zuul <zuul@review.opendev.org> | 2020-10-09 19:37:48 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-10-09 19:37:48 +0000 |
| commit | a48c05b90a376ce33e2f0a2d321b8c851a6ef0b0 (patch) | |
| tree | da430ebd4695049d4fdc06b8892f7103d6b0f5cc /doc/source | |
| parent | 960004dcc733e88841d372e160b9e43669796c80 (diff) | |
| parent | c2df9215e19752714e83fcad82c8ae3708f85d7a (diff) | |
| download | python-openstackclient-a48c05b90a376ce33e2f0a2d321b8c851a6ef0b0.tar.gz | |
Merge "Remove usage of six"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/contributor/developing.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/contributor/developing.rst b/doc/source/contributor/developing.rst index 35c7c7b9..a3198493 100644 --- a/doc/source/contributor/developing.rst +++ b/doc/source/contributor/developing.rst @@ -203,7 +203,6 @@ Example from osc_lib.api import auth from osc_lib import utils - import six from openstackclient import shell from openstackclient.tests import utils |
