Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Feb 28, 2024
1 parent a4700b8 commit a973608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_static/transpilers/urls_to_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _build_branch( # pylint: disable=R0913
else None
),
)
else:
else: # pragma: no cover
raise NotImplementedError(f"Unknown pattern type: {type(pattern)}")

return branch
Expand Down

0 comments on commit a973608

Please sign in to comment.