Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/misc/sageinspect.py: Remove import of SAGE_LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 8, 2022
1 parent 877fe16 commit 8cacd5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def foo(unsigned int x=1, a=')"', b={not (2+1==3):'bar'}, *args, **kwds): return
import os
import tokenize
import re
from sage.env import SAGE_LIB

try:
import importlib.machinery as import_machinery
Expand Down Expand Up @@ -2601,7 +2600,7 @@ def test3(b, # 12
Test _extract_embedded_position:
We cannot test the filename since it depends on ``SAGE_LIB``.
We cannot test the filename since it depends on the installation location.
Make sure things work with no trailing newline::
Expand Down

0 comments on commit 8cacd5e

Please sign in to comment.