Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Remove unused require statement in cancel-job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Mar 19, 2018
1 parent c79c45a commit 6581c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iothub-explorer-cancel-job.js
Expand Up @@ -5,7 +5,6 @@
'use strict';

var program = require('commander');
var prettyjson = require('prettyjson');
var serviceError = require('./common.js').serviceError;
var getSas = require('./common.js').getSas;
var JobClient = require('azure-iothub').JobClient;
Expand Down

0 comments on commit 6581c62

Please sign in to comment.