Skip to content

Commit dffc69e

Browse files
committed
lint
1 parent e65a62e commit dffc69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_ai_tools/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
JSD_PRESENT = False
1313
try:
14-
import jupyter_server_documents
14+
import jupyter_server_documents # noqa: F401
1515

1616
JSD_PRESENT = True
1717
except ImportError:
@@ -114,7 +114,7 @@ async def get_global_awareness() -> Optional[Awareness]:
114114
"""
115115
yroom = await get_room("JupyterLab:globalAwareness")
116116
if not yroom:
117-
return
117+
return None
118118

119119
if JSD_PRESENT:
120120
return yroom.get_awareness()

0 commit comments

Comments
 (0)