Skip to content

Commit eef0aaf

Browse files
committed
fix: mypy error
1 parent ea15206 commit eef0aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silverback/_build_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Note: Python3.12 supports subclassing pathlib.Path
1919
class BasePath(Path):
20-
_flavour = type(Path())._flavour
20+
_flavour = type(Path())._flavour # type: ignore
2121

2222

2323
class FilePath(BasePath):

0 commit comments

Comments
 (0)