8000 More lint · pydata/xarray@8bbf70c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bbf70c

Browse files
committed
More lint
1 parent f7bf73b commit 8bbf70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ def test_encoding_kwarg_vlen_string(self):
16131613
original = Dataset({'x': [u'foo', u'bar', u'baz']})
16141614
kwargs = dict(encoding={'x': {'dtype': str}})
16151615
with raises_regex(ValueError, 'encoding dtype=str for vlen'):
1616-
with self.roundtrip(original, save_kwargs=kwargs) as actual:
1616+
with self.roundtrip(original, save_kwargs=kwargs):
16171617
pass
16181618

16191619

0 commit comments

Comments
 (0)
0