```python assert experiment_results_lines # to remove the "unused" warning ``` This is used for removing the typechecker ```python del experiment_results_lines # to remove the "unused" warning ``` would be better as usage of the variable will be flagged by the type checker
This is used for removing the typechecker
would be better as usage of the variable will be flagged by the type checker