Skip to content

Commit

Permalink
fix ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 18, 2024
1 parent e9522b4 commit 725ce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import sphinx
import stsci_rtd_theme
from packaging.version import Version
import wiimatch
try:
from ConfigParser import ConfigParser
except ImportError:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 725ce23

Please sign in to comment.