Skip to content

Commit 338ad15

Browse files
konardclaude
andcommitted
fix(python): Remove unused 'Any' import from link.py
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3a83202 commit 338ad15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/links_notation/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Link class representing a Lino link with optional ID and values.
33
"""
44

5-
from typing import TYPE_CHECKING, Any, List, Optional, Union
5+
from typing import TYPE_CHECKING, List, Optional, Union
66

77
if TYPE_CHECKING:
88
from .format_config import FormatConfig

0 commit comments

Comments
 (0)