Fix a typo in _init_.py
Removed redundant 'is' Change-Id: I5cce9e333078c1b90b3e5f60f36436deac160e4c
This commit is contained in:
parent
2b53c547cb
commit
5046ba01d8
@ -170,7 +170,7 @@ def set_external_opts_defaults():
|
|||||||
|
|
||||||
# Oslo.cache is always enabled by default for request-local caching
|
# Oslo.cache is always enabled by default for request-local caching
|
||||||
# TODO(morganfainberg): Fix this to not use internal interface when
|
# 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.
|
# just a bad way to do this.
|
||||||
opts = cache._opts.list_opts()
|
opts = cache._opts.list_opts()
|
||||||
for opt_list in opts:
|
for opt_list in opts:
|
||||||
|
Loading…
Reference in New Issue
Block a user