Skip to content

Commit bd70956

Browse files
committed
fix vr tests, orig cleanup
1 parent e05e496 commit bd70956

File tree

5 files changed

+3
-1121
lines changed

5 files changed

+3
-1121
lines changed

examples/IBM.WatsonDeveloperCloud.VisualRecognition.v3.Example/VisualRecognitionServiceExample.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
* limitations under the License.
1515
*
1616
*/
17-
using IBM.WatsonDeveloperCloud.VisualRecognition.v3;
17+
1818
using IBM.WatsonDeveloperCloud.VisualRecognition.v3.Model;
1919
using IBM.WatsonDeveloperCloud.Http.Extensions;
2020
using System;
2121
using System.IO;
2222
using System.Collections.Generic;
2323
using System.Threading;
2424
using System.Threading.Tasks;
25+
using Newtonsoft.Json;
2526

2627
namespace IBM.WatsonDeveloperCloud.VisualRecognition.v3.Example
2728
{

0 commit comments

Comments
 (0)