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 c4f28ad commit 086ee5bCopy full SHA for 086ee5b
src/utils/__init__.py
@@ -5,15 +5,11 @@
5
handle_api_error,
6
format_data_source_names,
7
normalize_data_source_names,
8
- format_data_source_ids,
9
- normalize_data_source_ids,
10
)
11
12
__all__ = [
13
'transform_search_response_to_xml',
14
'handle_api_error',
15
'format_data_source_names',
16
'normalize_data_source_names',
17
- 'format_data_source_ids',
18
- 'normalize_data_source_ids'
19
]
src/utils/errors.py
@@ -111,7 +111,3 @@ def format_data_source_names(data_sources: Optional[list]) -> list:
111
112
return formatted
113
114
-
115
-# Backward compatibility aliases for legacy imports
116
-normalize_data_source_ids = normalize_data_source_names
117
-format_data_source_ids = format_data_source_names
0 commit comments