Skip to content

Commit d8822f7

Browse files
committed
fix: No need to expost PendingContextRef
1 parent 4f33753 commit d8822f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sphinxnotes/render/ctxnodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class pending_node(nodes.Element):
4141

4242
def __init__(
4343
self,
44-
ctx: PendingContext | PendingContextRef | ResolvedContext,
44+
ctx: PendingContext | ResolvedContext,
4545
tmpl: Template,
4646
inline: bool = False,
4747
rawsource='',

0 commit comments

Comments
 (0)