Skip to content

Commit a973608

Browse files
committed
coverage
1 parent a4700b8 commit a973608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render_static/transpilers/urls_to_js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def _build_branch( # pylint: disable=R0913
183183
else None
184184
),
185185
)
186-
else:
186+
else: # pragma: no cover
187187
raise NotImplementedError(f"Unknown pattern type: {type(pattern)}")
188188

189189
return branch

0 commit comments

Comments
 (0)