From 996f7d6f914a6aa5266c1d99b8cc8f63dfe4ab17 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sat, 9 Nov 2019 15:46:17 -0500 Subject: [PATCH] remove syntax warning --- xarray/plot/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/plot/plot.py b/xarray/plot/plot.py index ca68f617144..5c754c3f49b 100644 --- a/xarray/plot/plot.py +++ b/xarray/plot/plot.py @@ -288,7 +288,7 @@ def line( ) # The allargs dict passed to _easy_facetgrid above contains args - if args is (): + if args == (): args = kwargs.pop("args", ()) else: assert "args" not in kwargs