File tree Expand file tree Collapse file tree 5 files changed +139
-105
lines changed Expand file tree Collapse file tree 5 files changed +139
-105
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ pt.tl.cool_fancy_tool()
29
29
data.bhattacherjee
30
30
data.burczynski_crohn
31
31
data.chang_2021
32
+ data.combosciplex
33
+ data.cinemaot_example
32
34
data.datlinger_2017
33
35
data.datlinger_2021
34
36
data.dialogue_example
Original file line number Diff line number Diff line change 7
7
burczynski_crohn ,
8
8
chang_2021 ,
9
9
cinemaot_example ,
10
+ combosciplex ,
10
11
datlinger_2017 ,
11
12
datlinger_2021 ,
12
13
dialogue_example ,
Original file line number Diff line number Diff line change 2
2
from pathlib import Path
3
3
from random import choice
4
4
from string import ascii_lowercase
5
- from typing import Union
6
5
from zipfile import ZipFile
7
6
8
7
import requests
@@ -64,5 +63,4 @@ def _download( # pragma: no cover
64
63
output_path = output_path or tempfile .gettempdir ()
65
64
with ZipFile (download_to_path , "r" ) as zip_obj :
66
65
zip_obj .extractall (path = output_path )
67
- extracted = zip_obj .namelist ()
68
- print (extracted )
66
+ zip_obj .namelist ()
You can’t perform that action at this time.
0 commit comments