Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Feb 5, 2024
1 parent a5a07e7 commit 0a2062f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ecosystem/cli/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ def build_website(resources: str, output: str) -> None:

def _load_from_file(
resources_dir: Path,
) -> tuple[
list[Repository], dict[str, Any], dict[str, str], dict[str, Template]
]:
) -> tuple[list[Repository], dict[str, Any], dict[str, str], dict[str, Template]]:
"""
Loads website data from file.
Returns:
Expand Down

0 comments on commit 0a2062f

Please sign in to comment.