diff options
author | Tim Burke <tim.burke@gmail.com> | 2019-06-25 15:25:53 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2019-06-27 21:43:46 -0700 |
commit | 3b21157a844be5b71fba2216486c3ef412e7ae1a (patch) | |
tree | ba2467ba8103eae174daec5ed2be8e6c50adf619 /swiftclient/service.py | |
parent | 113eacf3b80f61d366b3e95b558b40f82ff728a4 (diff) | |
download | python-swiftclient-3b21157a844be5b71fba2216486c3ef412e7ae1a.tar.gz |
Clean up warnings from newer flake8
Change-Id: I18a6327b3acdd4db5ae80097080c043f7c20c353
Diffstat (limited to 'swiftclient/service.py')
-rw-r--r-- | swiftclient/service.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swiftclient/service.py b/swiftclient/service.py index 8f3648e..2663ace 100644 --- a/swiftclient/service.py +++ b/swiftclient/service.py @@ -173,6 +173,7 @@ def _build_default_global_options(): 'container_threads': 10 } + _default_global_options = _build_default_global_options() _default_local_options = { |