You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download_images and main() functions are both rather long. It would be good to try to break up for improved readability. #6 may help with this as well.
The text was updated successfully, but these errors were encountered:
Start with pulling download_images into a download.py file to break up the large main file. Note there are some constants at the top of the file, imports will need adjusting, and tests may need adjusting.
The
download_images
andmain()
functions are both rather long. It would be good to try to break up for improved readability. #6 may help with this as well.The text was updated successfully, but these errors were encountered: