Skip to content

Commit f344f79

Browse files
committed
Set Paths types to Path.
1 parent 4974416 commit f344f79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

logya/util.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
# For accessing site paths.
2020
class Paths(NamedTuple):
21-
root: str
22-
content: str
23-
public: str
24-
static: str
25-
templates: str
21+
root: Path
22+
content: Path
23+
public: Path
24+
static: Path
25+
templates: Path
2626

2727

2828
def cache(func):

0 commit comments

Comments
 (0)