From 725ce237bcac420ca56b02029181dc9d781efd46 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Tue, 18 Jun 2024 12:53:48 -0400 Subject: [PATCH] fix ruff check --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6c38542..687efb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,6 +6,7 @@ import sphinx import stsci_rtd_theme from packaging.version import Version +import wiimatch try: from ConfigParser import ConfigParser except ImportError: @@ -113,7 +114,6 @@ def check_sphinx_version(expected_version): # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # build documents. -import wiimatch release = f"{wiimatch.__version__:s}" version = release