Skip to content

Commit

Permalink
jupyter-channel.el: Require eieio instead of eieio-base
Browse files Browse the repository at this point in the history
`defclass` is defined in the former not the latter.
  • Loading branch information
nnicandro committed Jun 27, 2023
1 parent da78c8c commit f412f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter-channel.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
;; Defines the `jupyter-channel' interface.

;;; Code:
(require 'eieio-base)

(require 'eieio)

(defclass jupyter-channel ()
((type
Expand Down

0 comments on commit f412f08

Please sign in to comment.