Skip to content

Commit

Permalink
docs: update return value docstring
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 3e2e373 commit c043237
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 @@ -99,7 +99,7 @@ def extract_imports(source: str) -> Tuple[str, str, str]:
Extract import lines from the source, return them and the source without imports
Returns:
- Tuple[str, str, str]: (stdlib_import_lines, interface_import_lines, cleaned_source)
Tuple[str, str, str]: (stdlib_import_lines, interface_import_lines, cleaned_source)
"""
interface_import_lines = []
stdlib_import_lines = []
Expand Down

0 comments on commit c043237

Please sign in to comment.