From e8c7537ad0ed833bfc8221074b02f31aea244763 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:06:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/mantid_sphinx_theme/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mantid_sphinx_theme/__init__.py b/src/mantid_sphinx_theme/__init__.py index 496be98..baed735 100644 --- a/src/mantid_sphinx_theme/__init__.py +++ b/src/mantid_sphinx_theme/__init__.py @@ -1,5 +1,6 @@ """Provides a Sphinx theme for Mantid project """ + from ._version import __version__ # noqa: F401 from pathlib import Path