Skip to content

Commit 3c6abe4

Browse files
Remove unused imports
1 parent dc78f72 commit 3c6abe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

download.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import pandas as pd
22
import matplotlib.pyplot as plt
3-
import numpy as np
43
from tqdm import tqdm
5-
import os
64
try:
75
from urllib.request import urlretrieve # Python 3
86
except ImportError:

0 commit comments

Comments
 (0)