回答編集履歴

1

コード間違いの修正

2018/06/30 00:10

投稿

quickquip
quickquip

スコア11038

test CHANGED
@@ -154,7 +154,7 @@
154
154
 
155
155
  def get_list_contracts(depth: Depth) -> Contracts:
156
156
 
157
- return [Contract(f'/contract-api/v1/contracts/identifiers?depth={depth}')]
157
+ return [Contract(f'/contract-api/v1/contracts/identifiers?depth={depth.value}')]
158
158
 
159
159
  ```
160
160