Skip to content

Commit

Permalink
chore: typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 19, 2023
1 parent 7f4ce22 commit 843b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jinjarope/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def add_section(self, title: Literal["Filters", "Tests", "Functions"]):
p += mk.MkTemplate(f"{slug}.md", variables=dict(items=list(filters)))


def build(project: mk.Project[mk.MaterialTheme]) -> mk.MkNav:
def build(project) -> mk.MkNav:
build = Build()
return build.on_root(project.root) or project.root

0 comments on commit 843b384

Please sign in to comment.