From e7ee3195a7b2294bd21bb4f5fd0c43d2460e19b6 Mon Sep 17 00:00:00 2001 From: Olle Lundberg Date: Mon, 11 Nov 2013 21:57:17 +0100 Subject: [PATCH] Add pass to json property. To conform to the code for the other properties. --- tablib/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tablib/core.py b/tablib/core.py index cb192ae..f386136 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -548,6 +548,7 @@ class Dataset(object): Import assumes (for now) that headers exist. """ + pass @property def html():