Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pallets/jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 12, 2017
2 parents 05b0a7e + 414c1d1 commit 5c9de9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jinja2/filters.py
Expand Up @@ -696,8 +696,6 @@ def do_round(value, precision=0, method='common'):
_GroupTuple = namedtuple('_GroupTuple', ['grouper', 'list'])
_GroupTuple.__repr__ = tuple.__repr__
_GroupTuple.__str__ = tuple.__str__
if not PY2:
_GroupTuple.__unicode__ = tuple.__unicode__

@environmentfilter
def do_groupby(environment, value, attribute):
Expand Down

0 comments on commit 5c9de9c

Please sign in to comment.