From b0221ea514b060dc855af0aeb55bad8dc08c3520 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 29 Feb 2024 14:34:06 +0100 Subject: [PATCH] I'll make the image private actually ;) --- assignment.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.ipynb b/assignment.ipynb index 9fcd8ca..f9d221c 100644 --- a/assignment.ipynb +++ b/assignment.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 106, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -21,7 +21,7 @@ " self.url = url\n", " self.width = width\n", " self.height = height\n", - " self.image = get_cat_image(url)\n", + " self._image = get_cat_image(url)\n", "\n", " def get_image(self) -> Image:\n", " \"\"\"Return the image of the cat object, cropped correctly if the width and height are changed.\n",