Skip to content

Commit 734d414

Browse files
committedApr 10, 2025·
rm extra line
1 parent dfb030a commit 734d414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎qiita_db/processing_job.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,6 @@ def submit(self, parent_job_id=None, dependent_jobs_list=None):
10491049
# before returning immediately, usually with a job ID that can
10501050
# be used to monitor the job's progress.
10511051

1052-
resource_params = self.resource_allocation_info
10531052
try:
10541053
resource_params = self.resource_allocation_info
10551054
except qdb.exceptions.QiitaDBUnknownIDError as e:

0 commit comments

Comments
 (0)
Please sign in to comment.