We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea15206 commit eef0aafCopy full SHA for eef0aaf
silverback/_build_utils.py
@@ -17,7 +17,7 @@
17
18
# Note: Python3.12 supports subclassing pathlib.Path
19
class BasePath(Path):
20
- _flavour = type(Path())._flavour
+ _flavour = type(Path())._flavour # type: ignore
21
22
23
class FilePath(BasePath):
0 commit comments