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 Pylint unused-import warning suppressions #326

Merged
merged 2 commits into from
Jul 5, 2021
Merged

Remove Pylint unused-import warning suppressions #326

merged 2 commits into from
Jul 5, 2021

Commits on Jul 5, 2021

  1. Remove Pylint unused-import warning suppressions

    In all cases, we can either make the import used, or remove it.
    
    This makes all static analyzers happy (rather than just pylint) and ensures
    we don't miss any unexpected unused-import issues in the affected files.
    Roman Donchenko committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    531156a View commit details
    Browse the repository at this point in the history
  2. Update datumaro/util/__init__.py

    Maxim Zhiltsov authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    3e7b5fa View commit details
    Browse the repository at this point in the history