Skip to content

Commit 7c74756

Browse files
committed
adapt pyexcel 0.3.0 meta class introduction
1 parent 0eaf7f5 commit 7c74756

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

pyexcel_text/_json.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,3 @@ def _serializer(obj):
6060
elif isinstance(obj, datetime.date):
6161
return obj.strftime('%Y-%m-%d')
6262
return str(obj)
63-
64-
65-
renderers = (Jsonifier,)

pyexcel_text/_text.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@ def tabulating(sheet, file_type, write_title):
5252
tablefmt=file_type,
5353
**keywords)
5454
return content
55-
56-
57-
renderers = (Tabulater,)

0 commit comments

Comments
 (0)