mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Require eieio for jupyter-channel defclass
This commit is contained in:
parent
360cae2c70
commit
7372a11706
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'eieio)
|
||||
|
||||
(defclass jupyter-channel ()
|
||||
((type
|
||||
:type keyword
|
||||
|
|
Loading…
Add table
Reference in a new issue