pierreguillou commited on
Commit
d6602af
1 Parent(s): a716622

Update DocLayNet-small.py

Browse files
Files changed (1) hide show
  1. DocLayNet-small.py +1 -1
DocLayNet-small.py CHANGED
@@ -150,7 +150,7 @@ class DocLayNet(datasets.GeneratorBasedBuilder):
150
  citation=_CITATION,
151
  )
152
 
153
- def _split_generators(self, dl_manager: datasets.DownloadManager) -> List[datasets.SplitGenerator]:
154
  # TODO: This method is tasked with downloading/extracting the data and defining the splits depending on the configuration
155
  # If several configurations are possible (listed in BUILDER_CONFIGS), the configuration selected by the user is in self.config.name
156
 
 
150
  citation=_CITATION,
151
  )
152
 
153
+ def _split_generators(self, dl_manager):
154
  # TODO: This method is tasked with downloading/extracting the data and defining the splits depending on the configuration
155
  # If several configurations are possible (listed in BUILDER_CONFIGS), the configuration selected by the user is in self.config.name
156