diff --git a/tablib/core.py b/tablib/core.py index eeb319d3..4e2d5d6b 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -29,7 +29,7 @@ class Row(object): """Internal Row object. Mainly used for filtering.""" - __slots__ = ['tuple', '_row', 'tags'] + __slots__ = ['_row', 'tags'] def __init__(self, row=list(), tags=list()): self._row = list(row)