Skip to content

Commit 0b0c398

Browse files
committed
removed unnecessary imports, python 2.7+ support
1 parent 45bc1c7 commit 0b0c398

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Algorithmia/datafile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from datetime import datetime
88
import os.path
99
import pkgutil
10-
import shutil
1110
import zipfile
1211

1312
from Algorithmia.util import getParentAndBase

Test/datafile_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import Algorithmia
1010
import json
1111
from Algorithmia.datafile import DataFile, LocalDataFile, AdvancedDataFile
12-
from pathlib import Path
1312

1413
class DataFileTest(unittest.TestCase):
1514
def setUp(self):

0 commit comments

Comments
 (0)