Skip to content

Commit eef70c4

Browse files
committed
Wrap _build_closure definition line to < 90 chars
1 parent 45cb956 commit eef70c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/annotationlib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ def call_annotate_function(annotate, format, *, owner=None, _is_evaluate=False):
867867
raise ValueError(f"Invalid format: {format!r}")
868868

869869

870-
def _build_closure(annotate, owner, is_class, stringifier_dict, annotate_globals, *, allow_evaluation):
870+
def _build_closure(annotate, owner, is_class, stringifier_dict,
871+
annotate_globals, *, allow_evaluation):
871872
if not (annotate_closure := getattr(annotate, "__closure__", None)):
872873
return None, None
873874
new_closure = []

0 commit comments

Comments
 (0)