Skip to content

Commit

Permalink
fix(client): delete "title" from arguments in BasicSearch.create_job
Browse files Browse the repository at this point in the history
PR Closed: #1232
  • Loading branch information
willandfree committed Mar 17, 2022
1 parent 8e39c59 commit b011108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorbay/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def create_job(
"conjunction": conjunction,
"filters": filters,
"unit": unit,
"title": title,
}

job_info = self._create_job(title, self._JOB_TYPE, arguments, description)
Expand Down

0 comments on commit b011108

Please sign in to comment.