mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
more cleanups
This commit is contained in:
@@ -20,7 +20,7 @@ class ProgrammingError(DatabaseError): ...
|
||||
class NotSupportedError(DatabaseError): ...
|
||||
|
||||
class DatabaseErrorWrapper:
|
||||
wrapper: django.db.backends.sqlite3.base.DatabaseWrapper = ...
|
||||
wrapper: Any = ...
|
||||
def __init__(self, wrapper: DatabaseWrapper) -> None: ...
|
||||
def __enter__(self) -> None: ...
|
||||
def __exit__(self, exc_type: None, exc_value: None, traceback: None) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user