Skip to content

Commit 943181c

Browse files
committed
Wrap line in annotationlib
1 parent d9bf2e8 commit 943181c

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
@@ -820,7 +820,8 @@ def call_annotate_function(annotate, format, *, owner=None, _is_evaluate=False):
820820
format=format,
821821
)
822822
closure, cell_dict = _build_closure(
823-
annotate, owner, is_class, globals, annotate_globals, allow_evaluation=False
823+
annotate, owner, is_class, globals,
824+
annotate_globals, allow_evaluation=False
824825
)
825826
func = types.FunctionType(
826827
annotate_code,

0 commit comments

Comments
 (0)