Skip to content

Commit 4975356

Browse files
Update src/petab_gui/views/utils.py
1 parent 852f5b3 commit 4975356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/petab_gui/views/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def proxy_to_dataframe(proxy_model):
2222

2323
headers = [proxy_model.headerData(c, Qt.Horizontal) for c in range(cols)]
2424

25-
# Pre-allocate list of lists (faster than dicts)
2625
data = []
2726
for r in range(rows - 1):
2827
row = []

0 commit comments

Comments
 (0)