mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Reexport DoesNotExist from pynamodb.models (#1809)
This commit is contained in:
committed by
Jelle Zijlstra
parent
688f813457
commit
8175130688
2
third_party/2and3/pynamodb/models.pyi
vendored
2
third_party/2and3/pynamodb/models.pyi
vendored
@@ -1,4 +1,4 @@
|
||||
from .exceptions import DoesNotExist
|
||||
from .exceptions import DoesNotExist as DoesNotExist
|
||||
from typing import Any, Dict, Generic, Iterable, Iterator, List, Optional, Sequence, Tuple, Type, TypeVar, Text, Union
|
||||
|
||||
log: Any
|
||||
|
||||
Reference in New Issue
Block a user