Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2024
1 parent 3af3fb5 commit c1c2347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flask/sansio/scaffold.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
from functools import update_wrapper

import click
from jinja2 import BaseLoader, FileSystemLoader
from jinja2 import BaseLoader
from jinja2 import FileSystemLoader
from werkzeug.exceptions import default_exceptions
from werkzeug.exceptions import HTTPException
from werkzeug.utils import cached_property
Expand Down

0 comments on commit c1c2347

Please sign in to comment.