Skip to content

Commit

Permalink
Fix get_formatter function in datalake/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Jul 25, 2024
1 parent 0e863aa commit 9f23398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/datalake/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ def get_formatter(system: str, entity: str):
Returns:
function: The formatter function for the specified system and entity.
Raises:
AssertionError: If the formatter for the specified system and entity is not found.
"""
formatter = formatters.get((system, entity))
if not formatter:
Expand Down

0 comments on commit 9f23398

Please sign in to comment.