Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Apr 2, 2024
1 parent d580c4d commit 0909413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spb/backends/matplotlib/renderers/arrow3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def draw(self, renderer):
super().draw(renderer)

def do_3d_projection(self, renderer=None):
np = import_module("numpy")
x1, y1, z1 = self._xyz
dx, dy, dz = self._dxdydz
x2, y2, z2 = (x1 + dx, y1 + dy, z1 + dz)
Expand Down

0 comments on commit 0909413

Please sign in to comment.