Add pass to json property.

To conform to the code for the other properties.
This commit is contained in:
Olle Lundberg 2013-11-11 21:57:17 +01:00
parent ff8f23edd5
commit e7ee3195a7
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ class Dataset(object):
Import assumes (for now) that headers exist.
"""
pass
@property
def html():