Skip to content

Commit d91a564

Browse files
committed
Remove unused imports
1 parent 5b4386f commit d91a564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter_server_documents/outputs/output_processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import asyncio
2-
import json
32

43
from pycrdt import Map
54

6-
from traitlets import Dict, Unicode, Bool, Instance
5+
from traitlets import Unicode, Bool
76
from traitlets.config import LoggingConfigurable
87
from jupyter_server_documents.kernels.message_cache import KernelMessageCache
98

0 commit comments

Comments
 (0)