Skip to content

Commit a7b42cd

Browse files
authored
Refactor: move download_images logic into download.py with helper functions (#36)
* Refactor: split download_images into helpers in download.py * Fix unused imports in __main__.py to resolve linting errors * Remove remaining unused imports to fix all linting errors
1 parent 95b81ca commit a7b42cd

File tree

5 files changed

+383
-219
lines changed

5 files changed

+383
-219
lines changed

src/cautiousrobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from cautiousrobot.__main__ import download_images
1+
from cautiousrobot.download import download_images
22
from cautiousrobot.buddy_check import BuddyCheck
33
from cautiousrobot.utils import downsample_and_save_image
44

0 commit comments

Comments
 (0)