Skip to content

Commit

Permalink
samples: fix line endings (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and ahrarmonsur committed Nov 17, 2022
1 parent 58bce3b commit b5c193d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automl/vision/automlVisionDataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function deleteDataset(projectId, computeRegion, datasetId) {
// [END automl_vision_delete_dataset]
}

require(`yargs`) // eslint-disable-line
require(`yargs`) // eslint-disable-line
.demand(1)
.options({
computeRegion: {
Expand Down
2 changes: 1 addition & 1 deletion automl/vision/automlVisionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function deleteModel(projectId, computeRegion, modelId) {
// [END automl_vision_delete_model]
}

require(`yargs`) // eslint-disable-line
require(`yargs`) // eslint-disable-line
.demand(1)
.options({
computeRegion: {
Expand Down
2 changes: 1 addition & 1 deletion automl/vision/automlVisionPredict.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function predict(projectId, computeRegion, modelId, filePath, scoreThreshold) {
// [END automl_vision_predict]
}

require(`yargs`) // eslint-disable-line
require(`yargs`) // eslint-disable-line
.demand(1)
.options({
computeRegion: {
Expand Down

0 comments on commit b5c193d

Please sign in to comment.