Skip to content

Commit

Permalink
docs: how to format returns
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <jules@apeworx.io>
  • Loading branch information
mikeshultz and antazoey authored Mar 19, 2024
1 parent b6af43c commit f39f231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_vyper/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def extract_import_aliases(source: str) -> Dict[str, str]:
Extract import aliases from import lines
Returns:
- Dict[str, str]: {import: alias}
Dict[str, str]: {import: alias}
"""
aliases = {}
for line in source.splitlines():
Expand Down

0 comments on commit f39f231

Please sign in to comment.