diff options
Diffstat (limited to 'tablib/formats/__init__.py')
| -rw-r--r-- | tablib/formats/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tablib/formats/__init__.py b/tablib/formats/__init__.py index b22a959..69eada7 100644 --- a/tablib/formats/__init__.py +++ b/tablib/formats/__init__.py @@ -8,4 +8,4 @@ import _json as json import _xls as xls import _yaml as yaml -FORMATS = (csv, json, xls, yaml) +FORMATS = (json, xls, yaml, csv) |
