Skip to content

Commit f5e8788

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/experiments/test_remove.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ def test_keep_selected_by_rev(
252252
for exp in expected_removed:
253253
assert scm.get_ref(str(refs[exp])) is None
254254

255-
for exp in refs.keys():
255+
for exp in refs:
256256
if exp not in expected_removed:
257257
assert scm.get_ref(str(refs[exp])) is not None

0 commit comments

Comments
 (0)