Skip to content

Commit 0d22f17

Browse files
author
Sylvain MARIE
committed
Removed useless code
1 parent bfaa91c commit 0d22f17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pytest_cases/plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ def create_call_list_from_pending_parametrizations(self):
582582
# ---- create all the `CallSpec2` instances
583583
# for each parameter to apply, apply it on all partitions if relevant
584584
calls_list = [None] * len(filters_list)
585-
already_applied = [None] * len(filters_list)
586-
for i in range(len(already_applied)):
587-
already_applied[i] = []
588585

589586
def _parametrize_calls(init_calls, argnames, argvalues, discard_id, indirect=False, ids=None, scope=None,
590587
**kwargs):

0 commit comments

Comments
 (0)