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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes flake8 lint by removing duplicate import #530

Closed
wants to merge 1 commit into from

Conversation

sobolevn
Copy link

@sobolevn sobolevn commented Nov 9, 2021

Pre-submission checklist

  • I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running pip install -r requirements-dev.txt && pre-commit install
    • pre-commit run

Nope, sorry. I think this is easy enough to be done via just the GitHub editor 馃檪

Summary

flake8 was failing with:

flake8...................................................................Failed
- hook id: flake8
- exit code: 1

client/commands/v2/persistent.py:40:1: F811 redefinition of unused 'query' from line 40

Test Plan

馃

@arthaud
Copy link
Contributor

arthaud commented Jun 3, 2024

Closing this since this is old and hopefully the problem is resolved now?

@arthaud arthaud closed this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants