mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #3326 from SimonBiggs/include-locale
Fix a missing import of _
This commit is contained in:
commit
4ad65171e2
@ -32,6 +32,7 @@ from notebook.utils import (
|
||||
to_api_path,
|
||||
)
|
||||
from notebook.base.handlers import AuthenticatedFileHandler
|
||||
from notebook.transutils import _
|
||||
|
||||
try:
|
||||
from os.path import samefile
|
||||
|
Loading…
Reference in New Issue
Block a user