Skip to content

Commit a4c387c

Browse files
committed
refactor: Mark legacy code with YORE comment
1 parent 50060c1 commit a4c387c

File tree

1 file changed

+1
-0
lines changed
  • project/src/mkdocstrings_handlers/{{python_package_import_name}}/_internal

1 file changed

+1
-0
lines changed

project/src/mkdocstrings_handlers/{{python_package_import_name}}/_internal/config.py.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ try:
3535
if getattr(pydantic, "__version__", "1.").startswith("1."):
3636
raise ImportError # noqa: TRY301
3737

38+
# YORE: EOL 3.9: Remove block.
3839
if sys.version_info < (3, 10):
3940
try:
4041
import eval_type_backport # noqa: F401

0 commit comments

Comments
 (0)