mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Silence byte compiler
This commit is contained in:
parent
fe13c02e42
commit
3a3e742f8a
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
(require 'zmq)
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'ring)
|
||||
(require 'eieio)
|
||||
|
||||
(defconst jupyter-channel-socket-types
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
(require 'json)
|
||||
(require 'zmq)
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'jupyter-channels)
|
||||
(require 'jupyter-messages)
|
||||
|
||||
(declare-function string-trim-right "subr-x" (str))
|
||||
|
||||
;;; Kernel client class
|
||||
|
||||
;; TODO: Sometimes I am not receiving any polling messages from the
|
||||
|
|
Loading…
Add table
Reference in a new issue