added missing require

This commit is contained in:
Tor Erlend Fjelde 2023-06-24 20:14:30 +01:00 committed by Nathaniel Nicandro
parent bba9d16e9d
commit 5657a73dd0

View file

@ -25,6 +25,7 @@
;; Defines the `jupyter-channel' interface.
;;; Code:
(require 'eieio-base)
(defclass jupyter-channel ()
((type