From 36b76154688fdc655d624b91267f30addb6f8ca3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:24:52 +0000 Subject: [PATCH] Update __init__.py Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- python_docs_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_docs_theme/__init__.py b/python_docs_theme/__init__.py index 8fe8112..63ec548 100644 --- a/python_docs_theme/__init__.py +++ b/python_docs_theme/__init__.py @@ -3,8 +3,8 @@ import hashlib from functools import cache from pathlib import Path -from typing import TYPE_CHECKING +TYPE_CHECKING = False if TYPE_CHECKING: from typing import Any