Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 83642c4

Browse files
committed
the change proposed of trac #22941
1 parent e7c0064 commit 83642c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagenb/notebook/worksheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
WorksheetProcess_ReferenceImplementation,
5353
WorksheetProcess_RemoteExpectImplementation)
5454

55-
import sagenb.misc.support as support
5655
from sagenb.misc.format import relocate_future_imports
5756

5857
# Imports specifically relevant to the sage notebook
@@ -3812,6 +3811,7 @@ def postprocess_output(self, out, C):
38123811
return out
38133812

38143813
def _get_last_identifier(self, s):
3814+
import sagenb.misc.support as support
38153815
return support.get_rightmost_identifier(s)
38163816

38173817
def preparse(self, s):

0 commit comments

Comments
 (0)