Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 25, 2021
1 parent c84c053 commit 3ba2389
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qiskit/visualization/bloch.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,9 @@ def render(self, title=""):
self.fig = plt.figure(figsize=self.figsize)

if not self._ext_axes:
self.axes = Axes3D(self.fig, azim=self.view[0], elev=self.view[1],
auto_add_to_figure=False)
self.axes = Axes3D(
self.fig, azim=self.view[0], elev=self.view[1], auto_add_to_figure=False
)
self.fig.add_axes(self.axes)

if self.background:
Expand Down

0 comments on commit 3ba2389

Please sign in to comment.