Skip to content

Commit ea5f5e8

Browse files
Apply suggestions from code review
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
1 parent 81fa1bb commit ea5f5e8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/cautiousrobot/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
from cautiousrobot.download import download_images
33
from cautiousrobot.utils import downsample_and_save_image
44

5-
# Create instance of the class
6-
buddy_check_instance = BuddyCheck()
75

8-
# Expose instance methods
9-
_ = buddy_check_instance.validate_download
10-
_ = buddy_check_instance.check_alignment
116

127
__all__ = ["BuddyCheck", "download_images", "downsample_and_save_image"]

0 commit comments

Comments
 (0)