mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Moving that back.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ class Dataset(object):
|
||||
|
||||
|
||||
@headers.setter
|
||||
def headers_set(self, collection):
|
||||
def headers(self, collection):
|
||||
"""Validating headers setter."""
|
||||
self._validate(collection)
|
||||
if collection:
|
||||
|
||||
Reference in New Issue
Block a user