mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
[sqlite3] Add value to Final constants (#14491)
This commit is contained in:
@@ -66,6 +66,7 @@ from sqlite3 import (
|
||||
Row as Row,
|
||||
Warning as Warning,
|
||||
)
|
||||
from typing import Literal
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
from _sqlite3 import (
|
||||
@@ -223,7 +224,7 @@ if sys.version_info < (3, 10):
|
||||
from _sqlite3 import OptimizedUnicode as OptimizedUnicode
|
||||
|
||||
paramstyle: str
|
||||
threadsafety: int
|
||||
threadsafety: Literal[0, 1, 3]
|
||||
apilevel: str
|
||||
Date = date
|
||||
Time = time
|
||||
|
||||
Reference in New Issue
Block a user