Standardize Formatting 33/10533/1
authorbeierlm <mark.beierl@canonical.com>
Tue, 23 Mar 2021 20:26:45 +0000 (16:26 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 23 Mar 2021 20:26:45 +0000 (16:26 -0400)
commit95686bbc69ded243c346f94dceb0bee567572fb7
tree0b5e622dfc1f196cf2b6d220ad4474ddfc60fcf3
parent52424a2ae26db69c5a97d01e84454ffdd4d31228
Standardize Formatting

Nothing but whitespace change.  Reformatted using Black.

Change-Id: I1afd579ede0dd49f2d104d4f4bc470a4ac8cbba8
Signed-off-by: beierlm <mark.beierl@canonical.com>
42 files changed:
osmclient/client.py
osmclient/common/http.py
osmclient/common/package_tool.py
osmclient/common/test/test_utils.py
osmclient/common/utils.py
osmclient/common/wait.py
osmclient/scripts/osm.py
osmclient/sol005/client.py
osmclient/sol005/http.py
osmclient/sol005/k8scluster.py
osmclient/sol005/ns.py
osmclient/sol005/nsd.py
osmclient/sol005/nsi.py
osmclient/sol005/nst.py
osmclient/sol005/osmrepo.py
osmclient/sol005/package.py
osmclient/sol005/pdud.py
osmclient/sol005/project.py
osmclient/sol005/repo.py
osmclient/sol005/role.py
osmclient/sol005/sdncontroller.py
osmclient/sol005/user.py
osmclient/sol005/vim.py
osmclient/sol005/vnf.py
osmclient/sol005/vnfd.py
osmclient/sol005/wim.py
osmclient/v1/client.py
osmclient/v1/key.py
osmclient/v1/ns.py
osmclient/v1/nsd.py
osmclient/v1/package.py
osmclient/v1/tests/test_ns.py
osmclient/v1/tests/test_nsd.py
osmclient/v1/tests/test_package.py
osmclient/v1/tests/test_vnf.py
osmclient/v1/tests/test_vnfd.py
osmclient/v1/utils.py
osmclient/v1/vca.py
osmclient/v1/vim.py
osmclient/v1/vnf.py
osmclient/v1/vnfd.py
setup.py