Skip to content

Commit

Permalink
Reexport DoesNotExist from pynamodb.models (python#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowillia authored and JelleZijlstra committed Jan 9, 2018
1 parent 688f813 commit 8175130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/2and3/pynamodb/models.pyi
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8175130

Please sign in to comment.