Skip to content

Commit 6f68675

Browse files
revert import change
Co-authored-by: Sam Bull <[email protected]>
1 parent bbf860a commit 6f68675

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Python/aiohttp/app

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import multiprocessing
33

4-
import asyncpg.connection
4+
import asyncpg
55
from aiohttp import web
66
from sqlalchemy.engine.url import URL
77
from sqlalchemy.ext.asyncio import async_sessionmaker, create_async_engine

0 commit comments

Comments
 (0)