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:
Takashi Kajinami
2025-12-25 01:53:07 +09:00
parent 26cdfbe702
commit 41f9886ac1

View File

@@ -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