From cbbc936ed9811bdb5dd480bc2c5e10c3062532be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 02:33:55 +0200 Subject: Merging upstream version 0.18.6. Signed-off-by: Daniel Baumann --- configobjwalker.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configobjwalker.py') diff --git a/configobjwalker.py b/configobjwalker.py index 28318f1..236666c 100644 --- a/configobjwalker.py +++ b/configobjwalker.py @@ -1,10 +1,12 @@ -# coding: utf-8 + +from __future__ import annotations import warnings from ruamel.yaml.util import configobj_walker as new_configobj_walker -from typing import Any +if False: # MYPY + from typing import Any def configobj_walker(cfg: Any) -> Any: -- cgit v1.2.3