From 30472ecf134484fd1de25d364631e25d4a3974b1 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Mon, 14 Oct 2019 12:24:05 -0700 Subject: [PATCH] updates for 0.14 release [black only] --- xarray/plot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/plot/__init__.py b/xarray/plot/__init__.py index af533163714..903321228f7 100644 --- a/xarray/plot/__init__.py +++ b/xarray/plot/__init__.py @@ -12,5 +12,5 @@ "imshow", "pcolormesh", "FacetGrid", - "scatter" + "scatter", ]