Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Dec 2, 2024
1 parent 5700d1c commit ab5f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def update_readme(readme_path, docstrings):
file.writelines(new_lines)

if __name__ == "__main__":
import plotting
import hippunfold_plot.plotting
readme_path = 'README.md'
docstrings = get_function_docstrings(plotting)
update_readme(readme_path, docstrings)

0 comments on commit ab5f4e7

Please sign in to comment.