diff --git a/lib/cartopy/tests/mpl/test_path.py b/lib/cartopy/tests/mpl/test_path.py index cfacecc9f..1bb3e44ce 100644 --- a/lib/cartopy/tests/mpl/test_path.py +++ b/lib/cartopy/tests/mpl/test_path.py @@ -107,4 +107,4 @@ def test_invalid_polygons(self, use_legacy_path_to_geos): codes = [1, 2, 2, 2, 2, 2, 2, 79] p = Path(vertices, codes=codes) - cpath.path_to_shapely(p) \ No newline at end of file + cpath.path_to_shapely(p)