From adccfb6b1e021458e02956dc84197dcdd05d6eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 16 Nov 2021 09:53:37 +0000 Subject: Update setup changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- src/tox/config/source/api.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/tox/config/source/api.py') diff --git a/src/tox/config/source/api.py b/src/tox/config/source/api.py index 99e3aaa0..0cbc4feb 100644 --- a/src/tox/config/source/api.py +++ b/src/tox/config/source/api.py @@ -21,7 +21,11 @@ class Source(ABC): self._section_to_loaders: Dict[str, List[Loader[Any]]] = {} def get_loaders( - self, section: Section, base: Optional[List[str]], override_map: OverrideMap, conf: ConfigSet + self, + section: Section, + base: Optional[List[str]], + override_map: OverrideMap, + conf: ConfigSet, ) -> Iterator[Loader[Any]]: """ Return a loader that loads settings from a given section name. -- cgit v1.2.1