Skip to content

Commit 4ad6517

Browse files
authored
Merge pull request #3326 from SimonBiggs/include-locale
Fix a missing import of _
2 parents e398156 + fa803ba commit 4ad6517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/services/contents/filemanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
to_api_path,
3333
)
3434
from notebook.base.handlers import AuthenticatedFileHandler
35+
from notebook.transutils import _
3536

3637
try:
3738
from os.path import samefile

0 commit comments

Comments
 (0)