mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Export Connection and TableConnection from pynamodb.connection (#1779)
It looks like in recent versions of mypy this stopped being exported.
This commit is contained in:
committed by
Jelle Zijlstra
parent
97fb265a4c
commit
10a76c1fdd
@@ -1,2 +1,2 @@
|
||||
from pynamodb.connection.base import Connection
|
||||
from pynamodb.connection.table import TableConnection
|
||||
from pynamodb.connection.base import Connection as Connection
|
||||
from pynamodb.connection.table import TableConnection as TableConnection
|
||||
|
||||
Reference in New Issue
Block a user