Skip to content

Commit dc8b705

Browse files
authored
Merge pull request #5999 from mgeier/import-inspect
Add missing "import inspect"
2 parents 4b2e849 + 346c635 commit dc8b705

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)