Skip to content

Commit b227f2f

Browse files
committed
Remove inspect import
1 parent 9c6f195 commit b227f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asyncpg/connect_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import typing
2323
import urllib.parse
2424
import warnings
25-
import inspect
2625

2726
# Work around https://github.com/microsoft/pyright/issues/3012
2827
if sys.version_info >= (3, 8):

0 commit comments

Comments
 (0)