Skip to content

Commit 7c9e1d2

Browse files
committed
Addressing comment
1 parent c1c6f14 commit 7c9e1d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiita_db/commands.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ def load_sample_template_from_cmd(sample_temp_path, study_id):
153153
return SampleTemplate.create(sample_temp, Study(study_id))
154154

155155

156-
def load_prep_template_from_cmd(prep_temp_path, study_id,
157-
data_type):
156+
def load_prep_template_from_cmd(prep_temp_path, study_id, data_type):
158157
r"""Adds a prep template to the database
159158
160159
Parameters

0 commit comments

Comments
 (0)