Upgrade typeshed, fixes #1084

This commit is contained in:
Dave Halter
2019-12-14 11:35:34 +01:00
parent 5bc6ce231b
commit 7639bc2da9
3 changed files with 21 additions and 1 deletions
+4
View File
@@ -190,6 +190,10 @@ def huhu(db):
#? sqlite3.Connection()
db
with sqlite3.connect() as c:
#? sqlite3.Connection()
c
# -----------------
# hashlib
# -----------------