Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zigai committed Nov 9, 2023
1 parent f441229 commit 32c78fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion objinspect/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def create_function(
else:
func_str += f" -> {return_type.__name__}"

# func_str += f" -> {return_type.__name__}" if return_type is not EMPTY else ""
func_str += ":"
if docstring:
func_str += f'\n """{docstring}"""'
Expand Down

0 comments on commit 32c78fb

Please sign in to comment.