Skip to content

Resolve Flake8 conformance rules#316

Merged
robwoolley merged 2 commits intoros-infrastructure:masterfrom
robwoolley:fix-flake
Jul 7, 2025
Merged

Resolve Flake8 conformance rules#316
robwoolley merged 2 commits intoros-infrastructure:masterfrom
robwoolley:fix-flake

Conversation

@robwoolley
Copy link
Contributor

When running the Flake8 tool it detects the global keyword being used unnecessarily:

python -m flake8 superflore --import-order-style=google

superflore/rosdep_support.py:48:5: F824 global view_cache is unused:
name is never assigned in scope

When running the Flake8 tool it detects the global keyword being used
unnecessarily:

python -m flake8 superflore --import-order-style=google

superflore/rosdep_support.py:48:5: F824 `global view_cache` is unused:
  name is never assigned in scope

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
@robwoolley
Copy link
Contributor Author

Hi @nuclearsandwich, I resolved the new flake8 conformance warnings. May I get your reviewer approval on my changes?

@robwoolley robwoolley merged commit e12185f into ros-infrastructure:master Jul 7, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants