Skip to content

Commit 5657a73

Browse files
torfjeldennicandro
authored andcommitted
added missing require
1 parent bba9d16 commit 5657a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter-channel.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
;; Defines the `jupyter-channel' interface.
2626

2727
;;; Code:
28+
(require 'eieio-base)
2829

2930
(defclass jupyter-channel ()
3031
((type

0 commit comments

Comments
 (0)