Skip to content

Commit

Permalink
[ci] bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Apr 30, 2024
1 parent 49c60d7 commit 2162e33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/js/40_jupyter.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ function enableJupyter() {
* Prompt for user confirmation (in Jupyter Notebook context)
* Override confirm and prompt because they depend on a tty
* and in the Deno.jupyter environment that doesn't exist.
* @constructor
* @param {string} message - The message to display.
* @returns {Promise<boolean>} User confirmation.
*/
Expand All @@ -434,7 +433,6 @@ function enableJupyter() {

/**
* Prompt for user input (in Jupyter Notebook context)
* @constructor
* @param {string} message - The message to display.
* @param {string} defaultValue - The value used if none is provided.
* @param {object} options Options
Expand Down

0 comments on commit 2162e33

Please sign in to comment.