Skip to content

Commit e5f5765

Browse files
linting
1 parent c73088a commit e5f5765

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_art3d.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
import matplotlib.pyplot as plt
44

55
from matplotlib.backend_bases import MouseEvent
6-
from mpl_toolkits.mplot3d.art3d import Line3DCollection, Poly3DCollection, _all_points_on_plane
6+
from mpl_toolkits.mplot3d.art3d import (
7+
Line3DCollection,
8+
Poly3DCollection,
9+
_all_points_on_plane,
10+
)
711

812

913
def test_scatter_3d_projection_conservation():

0 commit comments

Comments
 (0)