Skip to content

Commit b3e1123

Browse files
authored
Merge pull request #87 from alexpdev/main
up
2 parents 70095f5 + b8b65e7 commit b3e1123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torrentfile/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def get_file_list(path: str) -> list:
224224
return filelist
225225

226226

227-
def path_stat(path: str) -> tuple[list, int, int]:
227+
def path_stat(path: str) -> tuple:
228228
"""Calculate directory statistics.
229229
230230
Parameters

0 commit comments

Comments
 (0)