From 1725d7048c36fdc1d6344e40869d5427e09b1cb2 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 18 Oct 2023 09:53:03 +0100 Subject: [PATCH] Fix pre-commit --- changelog/7241.removal.rst | 2 +- sunpy/io/tests/test_jp2.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/7241.removal.rst b/changelog/7241.removal.rst index 40347f1843b..cb7666669ac 100644 --- a/changelog/7241.removal.rst +++ b/changelog/7241.removal.rst @@ -1 +1 @@ -Removed the deperecated ``sunpy.io.jp2``, which is not intended to be user facing. +Removed the deprecated ``sunpy.io.jp2``, which is not intended to be user facing. diff --git a/sunpy/io/tests/test_jp2.py b/sunpy/io/tests/test_jp2.py index 6a432aa121e..dd245fae5bb 100644 --- a/sunpy/io/tests/test_jp2.py +++ b/sunpy/io/tests/test_jp2.py @@ -1,4 +1,3 @@ -import importlib import numpy as np