Fixed some import statements

This commit is contained in:
Clayton Wilson 2017-11-01 13:25:17 -04:00
parent 96870d4198
commit 5a4d854975
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import requests
import json
import urllib.parse
import os.path
import shutil
# import login
def searchRemainder(imageType, saveNameList, idNum):#Finds any images missing from the api call in getImages

View File

@ -1,3 +1,7 @@
import requests
import shutil
import json
def refreshToken():
print("Not implemented yet")