Skip to content

Commit

Permalink
remove syntax warning (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored and dcherian committed Nov 9, 2019
1 parent db0f13d commit 897b5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 897b5d1

Please sign in to comment.