Skip to content

Commit bfcd173

Browse files
committed
Fixup missing semi-colon in jupyter integration (render_component)
1 parent d97d8fe commit bfcd173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/internal/jupyter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def render_component(component: str, data=None, parameters: dict = None):
129129
font.as = "font";
130130
font.type = "font/woff2";
131131
font.crossOrigin = true;
132-
font.href = "https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff2"
132+
font.href = "https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff2";
133133
document.head.appendChild(font);
134134
}}
135135
</script>

0 commit comments

Comments
 (0)