yangwang825 commited on
Commit
b50258b
·
verified ·
1 Parent(s): 0737fe3

Update fsdkaggle2019-script.py

Browse files
Files changed (1) hide show
  1. fsdkaggle2019-script.py +1 -1
fsdkaggle2019-script.py CHANGED
@@ -202,7 +202,7 @@ def download_file(
202
  When set to True, all the files in the dest_unpack directory will be granted write permissions.
203
  This option is active only when unpack=True.
204
  """
205
- class DownloadProgressBar(tqdm.tqdm):
206
  """DownloadProgressBar class."""
207
 
208
  def update_to(self, b=1, bsize=1, tsize=None):
 
202
  When set to True, all the files in the dest_unpack directory will be granted write permissions.
203
  This option is active only when unpack=True.
204
  """
205
+ class DownloadProgressBar(tqdm.auto.tqdm):
206
  """DownloadProgressBar class."""
207
 
208
  def update_to(self, b=1, bsize=1, tsize=None):