summaryrefslogtreecommitdiff
path: root/tablib
diff options
context:
space:
mode:
authorOlle Lundberg <geek@nerd.sh>2013-11-11 21:57:17 +0100
committerOlle Lundberg <geek@nerd.sh>2013-11-11 21:57:17 +0100
commite7ee3195a7b2294bd21bb4f5fd0c43d2460e19b6 (patch)
tree8c63a78507a563931cae2b71adfba5f323d7417d /tablib
parentff8f23edd5f9646720a29c305136b04d18ff0e7b (diff)
downloadtablib-e7ee3195a7b2294bd21bb4f5fd0c43d2460e19b6.tar.gz
Add pass to json property.
To conform to the code for the other properties.
Diffstat (limited to 'tablib')
-rw-r--r--tablib/core.py1
1 files changed, 1 insertions, 0 deletions
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():