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 0c1cde4 commit e24ce6eCopy full SHA for e24ce6e
2 files changed
confuse/__init__.py
@@ -4,5 +4,6 @@
4
from .exceptions import * # noqa: F403
5
from .sources import * # noqa: F403
6
from .templates import * # noqa: F403
7
+from .templates import Path as Path
8
from .util import * # type: ignore[no-redef] # noqa: F403
9
from .yaml_util import * # noqa: F403
docs/changelog.rst
@@ -8,6 +8,8 @@ Unreleased
newer versions). [#189](https://github.com/beetbox/confuse/issues/189)
- Narrow `Path` template shorthand handling to concrete `pathlib.Path` values
10
for more accurate type checking.
11
+- Fix `confuse.Path` which now points to `confuse.templates.Path` instead of
12
+ `pathlib.Path`.
13
14
v2.2.0
15
------
0 commit comments