Mercurial > piecrust2
diff piecrust/data/base.py @ 1010:501bd4ab7e06
internal: Remove unused parameter.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 26 Nov 2017 22:21:33 -0800 |
parents | 8adc27285d93 |
children |
line wrap: on
line diff
--- a/piecrust/data/base.py Sun Nov 26 22:21:10 2017 -0800 +++ b/piecrust/data/base.py Sun Nov 26 22:21:33 2017 -0800 @@ -1,3 +1,4 @@ +import time import collections.abc @@ -5,10 +6,9 @@ """ Provides a dictionary-like object that's really the aggregation of multiple dictionary-like objects. """ - def __init__(self, dicts, path='', *, stats=None): + def __init__(self, dicts, path=''): self._dicts = dicts self._path = path - self._stats = stats def __getattr__(self, name): try: