Skip to content

Commit cd7988f

Browse files
committed
Cleanup unused code
* jupyter-monads: Remove the `thunk` require, it's no longer used. Remove the `jupyter-monads` customization group as there are no customizable variables.
1 parent bdaccc1 commit cd7988f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jupyter-monads.el

-5
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,12 @@
4040
;;; Code:
4141

4242
(require 'jupyter-base)
43-
(require 'thunk)
4443

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

50-
(defgroup jupyter-monads nil
51-
"Monadic Jupyter"
52-
:group 'jupyter)
53-
5449
(defconst jupyter--return-nil (lambda (state) (cons nil state)))
5550

5651
(defun jupyter-return (value)

0 commit comments

Comments
 (0)