Skip to content

Commit

Permalink
Remove abandoned method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Dec 7, 2016
1 parent fa9d84f commit b116259
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions staticmodel/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ class StaticModelMemberManager(object):
def __init__(self, model):
self.model = model

#
# Private API
#
def _build_filter_error(self, kwargs):
return self.model.DoesNotExist(
'{}.filter({}) yielded no objects.'.format(
self.model.__name__, format_kwargs(kwargs)))

#
# Public API
#
Expand Down

0 comments on commit b116259

Please sign in to comment.