Skip to content

Commit 086ee5b

Browse files
committed
COD-529: Rm unused aliases
1 parent c4f28ad commit 086ee5b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/utils/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@
55
handle_api_error,
66
format_data_source_names,
77
normalize_data_source_names,
8-
format_data_source_ids,
9-
normalize_data_source_ids,
108
)
119

1210
__all__ = [
1311
'transform_search_response_to_xml',
1412
'handle_api_error',
1513
'format_data_source_names',
1614
'normalize_data_source_names',
17-
'format_data_source_ids',
18-
'normalize_data_source_ids'
1915
]

src/utils/errors.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,3 @@ def format_data_source_names(data_sources: Optional[list]) -> list:
111111

112112
return formatted
113113

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

Comments
 (0)