Browse Source

Update writer.py

pull/1340/head
pq4362050 3 years ago
committed by GitHub
parent
commit
14b2158c88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/api/views/download/writer.py

2
backend/api/views/download/writer.py

@ -136,7 +136,7 @@ class JSONLWriter(LineWriter):
'data': record.data,
'label': record.label,
**record.metadata
},ensure_ascii=False)
}, ensure_ascii=False)
class FastTextWriter(LineWriter):

Loading…
Cancel
Save