Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 26, 2024
1 parent 0049372 commit 49a77dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecosystem/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import matplotlib.pyplot as plt

def mm(graph):
graphbytes = graph.encode("utf8")
base64_bytes = base64.b64encode(graphbytes)
base64_bytes = base64.urlsafe_b64encode(graphbytes)
base64_string = base64_bytes.decode("ascii")
display(Image(url="https://mermaid.ink/img/" + base64_string))

Expand Down

0 comments on commit 49a77dd

Please sign in to comment.