From 766c76733eee9094c86476adf85088f23c971b23 Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Mon, 5 Aug 2024 14:17:00 -0400 Subject: [PATCH] flake8 insists on two new lines --- textile/tools/imagesize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/textile/tools/imagesize.py b/textile/tools/imagesize.py index ec724a2..1d758cc 100644 --- a/textile/tools/imagesize.py +++ b/textile/tools/imagesize.py @@ -1,5 +1,6 @@ from urllib.request import urlopen + def getimagesize(url): """ Attempts to determine an image's width and height, and returns a tuple,