Skip to content

Commit fc7087c

Browse files
committed
Improve ext.asyncio.exc
1 parent 69ffb51 commit fc7087c

File tree

1 file changed

+1
-1
lines changed
  • sqlalchemy-stubs/ext/asyncio

1 file changed

+1
-1
lines changed

sqlalchemy-stubs/ext/asyncio/exc.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ... import exc as exc
1+
from ... import exc
22

33
class AsyncMethodRequired(exc.InvalidRequestError): ...
44
class AsyncContextNotStarted(exc.InvalidRequestError): ...

0 commit comments

Comments
 (0)