Reexport DoesNotExist from pynamodb.models (#1809)

This commit is contained in:
Roy Williams
2018-01-09 13:00:39 -08:00
committed by Jelle Zijlstra
parent 688f813457
commit 8175130688

View File

@@ -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