Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 09cc261

Browse files
committed
removed unused assignment
1 parent 6c06d9f commit 09cc261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/yql.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939

4040
access_token = OAuth::AccessToken.new(consumer)
4141

42-
response = access_token.request(:get, url = "/v1/yql?q=#{OAuth::Helper.escape(query)}&format=json")
42+
response = access_token.request(:get, "/v1/yql?q=#{OAuth::Helper.escape(query)}&format=json")
4343
rsp = JSON.parse(response.body)
4444
pp rsp

0 commit comments

Comments
 (0)