Skip to content

Commit

Permalink
Update ecosystem/cli/website.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
  • Loading branch information
frankharkins and Eric-Arellano authored Feb 5, 2024
1 parent be9fd82 commit a0bb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/cli/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ecosystem.daos import DAO


def build_website(resources: str, output: str):
def build_website(resources: str, output: str) -> None:
"""
Generates the ecosystem web page from data in `resources` dir, writing to `output` dir.
"""
Expand Down

0 comments on commit a0bb22a

Please sign in to comment.