Skip to content

Commit d1941ad

Browse files
committed
Remove line
1 parent 98bb2e4 commit d1941ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simvue/converters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ def to_dataframe(data):
33
Convert runs to dataframe
44
"""
55
import pandas as pd
6-
76
columns = {}
87
for run in data:
98
for item in ('name', 'status', 'folder', 'created', 'started', 'ended'):

0 commit comments

Comments
 (0)