Skip to content

Commit 429ef18

Browse files
test
1 parent 7bc7879 commit 429ef18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stormvogel/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(
2727
self.model = model
2828
if (
2929
name[-5:] != ".html"
30-
): # We do not require the user to explicitly type .html in their names.
30+
): # We do not require the user to explicitly type .html in their names
3131
name += ".html"
3232
self.name = name
3333
self.g = Network(notebook=notebook, directed=True, cdn_resources=cdn_resources)

0 commit comments

Comments
 (0)