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 | ||
| database.py | ||
| framework_mariadb.sql | ||
| schema.py | ||
| setup_db.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 | ||
| database.py | ||
| framework_mariadb.sql | ||
| schema.py | ||
| setup_db.py | ||