Update fsdkaggle2019-script.py
Browse files- fsdkaggle2019-script.py +1 -2
fsdkaggle2019-script.py
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 4 |
|
| 5 |
|
| 6 |
import os
|
| 7 |
-
import tqdm
|
| 8 |
import gzip
|
| 9 |
import shutil
|
| 10 |
import pathlib
|
|
@@ -202,7 +201,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
|
| 206 |
"""DownloadProgressBar class."""
|
| 207 |
|
| 208 |
def update_to(self, b=1, bsize=1, tsize=None):
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
import os
|
|
|
|
| 7 |
import gzip
|
| 8 |
import shutil
|
| 9 |
import pathlib
|
|
|
|
| 201 |
When set to True, all the files in the dest_unpack directory will be granted write permissions.
|
| 202 |
This option is active only when unpack=True.
|
| 203 |
"""
|
| 204 |
+
class DownloadProgressBar(tqdm):
|
| 205 |
"""DownloadProgressBar class."""
|
| 206 |
|
| 207 |
def update_to(self, b=1, bsize=1, tsize=None):
|