From 0f426fd3058a5439ab4cf0c2b837d9cc083dbe37 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:06:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/iranges/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iranges/__init__.py b/src/iranges/__init__.py index 93e57ca..dd4b20e 100644 --- a/src/iranges/__init__.py +++ b/src/iranges/__init__.py @@ -15,4 +15,4 @@ finally: del version, PackageNotFoundError -from .import import IRanges \ No newline at end of file +from .import import IRanges