Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Aug 31, 2020
1 parent 5a15a02 commit 1b55296
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kg_covid_19/utils/download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@

import logging
import os

import wget # type: ignore
import yaml

from os import path

from urllib.parse import urlparse
from tqdm.auto import tqdm # type: ignore

from encodeproject import download as encode_download # type: ignore


def download_from_yaml(yaml_file: str, output_dir: str,
ignore_cache: bool = False) -> None:
"""Given an download info from an download.yaml file, download all files
Expand Down

0 comments on commit 1b55296

Please sign in to comment.