stop ignoring flake8 e402

This commit is contained in:
David Lord 2023-01-19 06:35:15 -08:00
parent 78b42b9ac2
commit 3a35977d5f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 3 additions and 5 deletions

View file

@ -2,4 +2,4 @@ from flask import Flask
app = Flask(__name__)
from js_example import views # noqa: F401
from js_example import views # noqa: E402, F401