mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-05 06:34:16 +08:00
improved version
This commit is contained in:
@@ -47,7 +47,7 @@ def typecast_timestamp(s: str) -> date: ...
|
||||
|
||||
|
||||
class CursorDebugWrapper:
|
||||
def execute(self, sql: str, params: Optional[Union[Tuple, List[str]]] = ...): ...
|
||||
def execute(self, sql: str, params: Optional[Union[List[str], Tuple]] = ...): ...
|
||||
|
||||
|
||||
class CursorWrapper:
|
||||
|
||||
Reference in New Issue
Block a user