Skip to content

Commit

Permalink
sanest.wrap() is no longer public api
Browse files Browse the repository at this point in the history
...since it encourages bad coding practices: "i have no idea whether
this is a dict or a list" will typically lead to either a bug or a
type check in the calling code, so there is not much point encouraging this.
  • Loading branch information
wbolster committed Jun 26, 2017
1 parent 27ad4a5 commit 66fdcb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sanest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from .sanest import ( # noqa: F401
dict,
list,
wrap,
DataError,
InvalidPathError,
InvalidStructureError,
Expand Down

0 comments on commit 66fdcb0

Please sign in to comment.