Skip to content

Commit 4ac96b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d4b83eb commit 4ac96b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_NamedList.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,6 @@ def test_NamedList_delitem():
309309

310310
with pytest.raises(KeyError):
311311
del x["Missing"]
312-
312+
313313
with pytest.raises(IndexError):
314-
del x[10]
314+
del x[10]

tests/test_Names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ def test_Names_delitem():
236236
del x[0:2]
237237
assert x.as_list() == ["4"]
238238
assert x.map("1") == -1
239-
assert x.map("4") == 0
239+
assert x.map("4") == 0

0 commit comments

Comments
 (0)