Skip to content

Commit 9a80eba

Browse files
committed
Clean up imports
1 parent b7466a6 commit 9a80eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import quart_flask_patch
2-
import logging, os, asyncio
2+
import logging, os, asyncio, json
33
from urllib import parse
44
from hypercorn.config import Config
5-
import quart_flask_patch, json, logging, os
65
from quart import Quart, request
76
from flask_healthz import Healthz, HealthError
87
from quart_wtf.csrf import CSRFProtect

0 commit comments

Comments
 (0)