mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Don't type check in private functions
This commit is contained in:
parent
ac8322cb97
commit
1f3e9fad67
1 changed files with 0 additions and 1 deletions
|
@ -352,7 +352,6 @@ To process a message the following steps are taken:
|
|||
4. Any callbacks previously registered for the message are run
|
||||
5. This function is scheduled to process another message of
|
||||
CHANNEL in the future"
|
||||
(cl-check-type channel jupyter-channel)
|
||||
(let ((ring (oref channel recv-queue)))
|
||||
(unless (ring-empty-p ring)
|
||||
(let* ((ctype (oref channel type))
|
||||
|
|
Loading…
Add table
Reference in a new issue