Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathkp committed Apr 29, 2022
1 parent 9cf4ad2 commit 3e4c144
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qutip_qip/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2056,9 +2056,7 @@ def latex_code(self):
# because IPython tried to do something behind their back.

def _raw_img(self, file_type="png", dpi=100):
return _latex.image_from_latex(
self.latex_code(), file_type, dpi
)
return _latex.image_from_latex(self.latex_code(), file_type, dpi)

if "png" in _latex.CONVERTERS:
_repr_png_ = _raw_img
Expand Down

0 comments on commit 3e4c144

Please sign in to comment.