Skip to content

Commit

Permalink
Remove unused self._ext_axes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Dec 7, 2021
1 parent b1d84b3 commit ec33515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qutip/bloch.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def __init__(self, fig=None, axes=None, view=None, figsize=None,
self.fig = fig
self._ext_fig = fig is not None
self.axes = axes
self._ext_axes = axes is not None
# Background axes, default = False
self.background = background
# The size of the figure in inches, default = [5,5].
Expand Down

0 comments on commit ec33515

Please sign in to comment.