Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused import of json module #2332

Merged
merged 1 commit into from Apr 20, 2023
Merged

Conversation

mscherer
Copy link
Contributor

Several modules imported json without using it (or, in one case, imported twice).

Notes for Reviewers

I checked the import manually and check no usage of json was counting on implicit import. However, this was manually done, and until there is a automated testing, errors can happen.

Signed commits

  • Yes, I signed my commits.

Several modules imported json without using it (or, in one
case, imported twice).

Signed-off-by: Michael Scherer <misc@redhat.com>
@sgoggins sgoggins added the devops Development Operations label Apr 20, 2023
@ABrain7710 ABrain7710 merged commit b3a7445 into chaoss:dev Apr 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Development Operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants