further improvements
This commit is contained in:
@@ -3,7 +3,6 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
# All the data preparation, data cleaning and data mangling should
|
||||
# be defined here
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
@@ -1568,7 +1567,6 @@ def new_workout_from_file(r, f2,
|
||||
if workoutsource is None:
|
||||
workoutsource = fileformat
|
||||
|
||||
print(f2,'final name')
|
||||
id, message = save_workout_database(
|
||||
f2, r,
|
||||
notes=notes,
|
||||
|
||||
Reference in New Issue
Block a user