Skip to content

Commit

Permalink
no coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed May 29, 2024
1 parent 61f9880 commit 872c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kedro_viz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _transcode_split(element: str) -> Tuple[str, str]:
split_name = element.split(TRANSCODING_SEPARATOR)

if len(split_name) > 2: # noqa: PLR2004
raise ValueError(
raise ValueError( # pragma: no cover
f"Expected maximum 1 transcoding separator, found {len(split_name) - 1} "
f"instead: '{element}'."
)
Expand Down

0 comments on commit 872c77f

Please sign in to comment.