Skip to content

Commit 096fc3b

Browse files
committed
Add comment
1 parent 0a39278 commit 096fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ def _get_dispatch_annotation(func, param):
915915
try:
916916
return ref_or_typeform.evaluate(owner=func)
917917
except Exception:
918-
pass
918+
pass # Forward reference is unresolved.
919919
return ref_or_typeform
920920

921921

0 commit comments

Comments
 (0)