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

test: remove unused imports in test code #1947

Merged

Commits on May 16, 2022

  1. test: remove unused imports in test code

    This patch removes unused imports in test code. This is mainly to remove
    the potential snag for flake8/flakeheaven.
    
    The actual cleanup was done with `pycln --all test`.
    
    Also:
     - Remove superflous `pass` statements.
    aucampia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    fc3a94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2859304 View commit details
    Browse the repository at this point in the history