Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
svmundada committed Feb 28, 2018
1 parent 404426a commit b1663e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/common/org/python/types/Slice.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ public void __delitem__(org.python.Object index) {
throw new org.python.exceptions.TypeError("'slice' object does not support item deletion");
}

// @org.python.Method(
// __doc__ = "Return true if "
// )


@org.python.Method(
__doc__ = "",
args = {"other"}
Expand Down

0 comments on commit b1663e7

Please sign in to comment.