Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 2, 2024
1 parent a284480 commit 32616e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py_overload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def resolveAnnotations(anno, np, scope=None):


def annotate(func, oload=False):
"decorator annotates wrapped function"
"""decorator annotates wrapped function"""
if isclass(func):
return annotateClass(func)
anno = func.__annotations__
Expand Down

0 comments on commit 32616e9

Please sign in to comment.