Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
AA-Turner and hugovk authored Feb 4, 2025
1 parent bceb948 commit 36b7615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_docs_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 36b7615

Please sign in to comment.