Skip to content

Commit

Permalink
Set Paths types to Path.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Nov 5, 2024
1 parent 4974416 commit f344f79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions logya/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

# For accessing site paths.
class Paths(NamedTuple):
root: str
content: str
public: str
static: str
templates: str
root: Path
content: Path
public: Path
static: Path
templates: Path


def cache(func):
Expand Down

0 comments on commit f344f79

Please sign in to comment.