Fix a typo in _init_.py

Removed redundant 'is'

Change-Id: I5cce9e333078c1b90b3e5f60f36436deac160e4c
This commit is contained in:
melissaml 2016-10-04 16:32:05 +08:00
parent 2b53c547cb
commit 5046ba01d8
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def set_external_opts_defaults():
# Oslo.cache is always enabled by default for request-local caching
# TODO(morganfainberg): Fix this to not use internal interface when
# oslo.cache has proper interface to set defaults added. This is is
# oslo.cache has proper interface to set defaults added. This is
# just a bad way to do this.
opts = cache._opts.list_opts()
for opt_list in opts: