Skip to content

Commit

Permalink
Soothe linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 5, 2023
1 parent eff3be5 commit 9ce90a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1806,8 +1806,10 @@ def formatannotation(annotation, base_module=None):
return annotation.__module__ + '.' + annotation.__qualname__
return repr(annotation)


_formatannotation = formatannotation


def sage_formatargspec(args, varargs=None, varkw=None, defaults=None,
kwonlyargs=(), kwonlydefaults=None, annotations={},
formatarg=str,
Expand Down

0 comments on commit 9ce90a0

Please sign in to comment.