Skip to content

Commit 897b5d1

Browse files
max-sixtydcherian
authored andcommitted
remove syntax warning (#3505)
1 parent db0f13d commit 897b5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def line(
288288
)
289289

290290
# The allargs dict passed to _easy_facetgrid above contains args
291-
if args is ():
291+
if args == ():
292292
args = kwargs.pop("args", ())
293293
else:
294294
assert "args" not in kwargs

0 commit comments

Comments
 (0)