Skip to content

Commit e3506dc

Browse files
committed
Formatting and typing
Signed-off-by: Louis Mandel <[email protected]>
1 parent e371836 commit e3506dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pdl/pdl_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def __repr__(self): # pyright: ignore
137137

138138

139139
def ensure_context(context: dict | list | PDLContext) -> PDLContext:
140+
ctx: PDLContext
140141
match context:
141142
case dict():
142143
ctx = SingletonContext(PdlConst(context))

0 commit comments

Comments
 (0)