Skip to content

Commit

Permalink
Remove reference to non-existent function
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Aug 5, 2024
1 parent 4fe9830 commit 49befb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babel/messages/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49befb5

Please sign in to comment.