system HF staff commited on
Commit
1ecc333
1 Parent(s): 8d698a9

Update files from the datasets library (from 1.6.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.0

Files changed (1) hide show
  1. swahili.py +0 -1
swahili.py CHANGED
@@ -19,7 +19,6 @@ test partitions respectively which represent the ratio 80:10:10.
19
  The entire dataset is lowercased, has no punctuation marks and,
20
  the start and end of sentence markers have been incorporated to facilitate easy tokenization during language modelling."""
21
 
22
- from __future__ import absolute_import, division, print_function
23
 
24
  import os
25
 
19
  The entire dataset is lowercased, has no punctuation marks and,
20
  the start and end of sentence markers have been incorporated to facilitate easy tokenization during language modelling."""
21
 
 
22
 
23
  import os
24