Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 3, 2024
1 parent 63212e6 commit 3768b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/django_orm/tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")
django.setup()

from polls.models import Question # noqa: I001
from polls.models import Question # noqa: I001 E402


app = FastAPI()
Expand Down

0 comments on commit 3768b3c

Please sign in to comment.