Fix pep8 error
Resolve the following error detected by flake8. ``` ./rally/common/opts.py:49:5: F824 `global _registered_paths` is unused: name is never assigned in scope ``` Change-Id: I7c1f9ac64be31985271719dbeee898e140145d47 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -46,7 +46,6 @@ _registered_paths = []
|
||||
|
||||
|
||||
def register_options_from_path(path):
|
||||
global _registered_paths
|
||||
if path not in _registered_paths:
|
||||
if ":" not in path:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user