Skip to content

Commit 346c635

Browse files
committed
Add missing "import inspect"
1 parent 4b2e849 commit 346c635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/notebookapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import hashlib
1414
import hmac
1515
import importlib
16+
import inspect
1617
import io
1718
import ipaddress
1819
import json

0 commit comments

Comments
 (0)