Skip to content

Commit

Permalink
WIP- #130: Typo and CodeClimate Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Nov 7, 2019
2 parents aba4e1e + 1cd436a commit 57e71dc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ describe('Imported JSON to Code', function () {
});


// This function runs ImportKeras, followed by GenerateKeras
/** This function runs ImportKeras, followed by GenerateKeras
* @return {string}
*/
const ImportJSONAndGetGeneratedCode = async function(fileName){
let executePlugin = promisify(manager.executePlugin),
pluginConfig = {},
Expand Down

0 comments on commit 57e71dc

Please sign in to comment.