Replace a for append loop with list extend. Create the list with values instead of creating an empty list and extending it with another list. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| export_file.py | ||
| import_file.py | ||
| patch_handler.py | ||
| utils.py | ||
Replace a for append loop with list extend. Create the list with values instead of creating an empty list and extending it with another list. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| export_file.py | ||
| import_file.py | ||
| patch_handler.py | ||
| utils.py | ||