Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouysset committed Mar 1, 2024
1 parent faa9c2e commit bec7fa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prolif/plotting/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:members:
"""

import json
import re
import warnings
Expand Down Expand Up @@ -791,7 +792,9 @@ def _get_legend(self, height="90px"):
});
legend.appendChild(div_residues);
legend.appendChild(div_interactions);
""" % dict(div_id="networklegend", buttons=json.dumps(buttons))
""" % dict(
div_id="networklegend", buttons=json.dumps(buttons)
)

@requires("IPython.display")
def display(self, **kwargs):
Expand Down

0 comments on commit bec7fa5

Please sign in to comment.