We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flake8==3.8.1 catches a few new flake8 errors that are making CI tests fail:
flake8==3.8.1
.\src\pynwb\legacy\__init__.py:41:1: E402 module level import not at top of file .\tests\coloredtestrunner.py:94:26: E741 ambiguous variable name 'l'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
flake8==3.8.1
catches a few new flake8 errors that are making CI tests fail:The text was updated successfully, but these errors were encountered: