Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Nov 15, 2024
1 parent aa5001e commit 9c7973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quart/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
)
from urllib.parse import quote

from flask.app import Flask
from aiofiles import open as async_open
from aiofiles.base import AiofilesContextManager
from flask.app import Flask
from flask.sansio.app import App
from flask.sansio.scaffold import setupmethod
from hypercorn.asyncio import serve
Expand Down

0 comments on commit 9c7973c

Please sign in to comment.