Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartel committed Dec 17, 2024
1 parent 9fbbd90 commit b63bd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio/core/utils/manifest_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def get_manifest_asset(path: str) -> str:
"""
if path in _MANIFEST:
return f'{settings.FRONTEND_HOSTNAME}{_MANIFEST[path]}'
return f'{settings.FRONTEND_HOSTNAME}/react-app/{path}'
return f'{settings.FRONTEND_HOSTNAME}/react-app/{path}'

Check warning on line 27 in label_studio/core/utils/manifest_assets.py

View check run for this annotation

Codecov / codecov/patch

label_studio/core/utils/manifest_assets.py#L25-L27

Added lines #L25 - L27 were not covered by tests

0 comments on commit b63bd6c

Please sign in to comment.