From 49befb56d2ab22dbb97bdf453f0157b0cdfd23d6 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 5 Aug 2024 18:53:35 +0300 Subject: [PATCH] Remove reference to non-existent function --- babel/messages/frontend.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index fa42de225..a9f750434 100644 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -1013,7 +1013,6 @@ def parse_mapping_cfg(fileobj, filename=None): :param fileobj: a readable file-like object containing the configuration text to parse - :see: `extract_from_directory` """ extractors = {} method_map = [] @@ -1097,7 +1096,6 @@ def parse_mapping_toml( :param fileobj: a readable binary file-like object containing the configuration TOML to parse :param filename: the name of the file being parsed, for error messages :param style: whether the file is in the style of a `pyproject.toml` file, i.e. whether to look for `tool.babel`. - :see: `extract_from_directory` """ try: import tomllib