diff --git a/lib/matplotlib/path.py b/lib/matplotlib/path.py index d1df3c07707e..5e1d408be0a8 100644 --- a/lib/matplotlib/path.py +++ b/lib/matplotlib/path.py @@ -18,7 +18,6 @@ from . import _path, cbook from .cbook import _to_unmasked_float_array, simple_linear_interpolation - class Path: """ A series of possibly disconnected, possibly closed, line and curve