Skip to content

Commit

Permalink
remove to do note
Browse files Browse the repository at this point in the history
this is now tracked as #7
  • Loading branch information
wbolster committed Jul 2, 2017
1 parent d5ceef4 commit 9879a9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sanest/sanest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ def pop(self, index=-1, *, type=None):
:param index: position to look up
:param type: expected type
"""
# todo: nested path pop() like dict.pop?
if not self._data:
raise IndexError("pop from empty list")
try:
Expand Down

0 comments on commit 9879a9c

Please sign in to comment.