Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
* jupyter-monads: Remove the `thunk` require, it's no longer used.
Remove the `jupyter-monads` customization group as there are no
customizable variables.
  • Loading branch information
nnicandro committed Jun 4, 2024
1 parent bdaccc1 commit cd7988f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jupyter-monads.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,12 @@
;;; Code:

(require 'jupyter-base)
(require 'thunk)

(declare-function jupyter-handle-message "jupyter-client")
(declare-function jupyter-kernel-io "jupyter-client")
(declare-function jupyter-generate-request "jupyter-client")
(declare-function jupyter-wait-until-idle "jupyter-client" (req &optional timeout progress-msg))

(defgroup jupyter-monads nil
"Monadic Jupyter"
:group 'jupyter)

(defconst jupyter--return-nil (lambda (state) (cons nil state)))

(defun jupyter-return (value)
Expand Down

0 comments on commit cd7988f

Please sign in to comment.