Skip to content

Commit

Permalink
Remove obsolete uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 14, 2023
1 parent d700f64 commit c60c866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
from sage.arith.all import *
from sage.matrix.all import *

# Cannot find ginac (and I don't know where to look for it)
#from sage.symbolic.all import *
from sage.symbolic.all import *
from sage.modules.all import *
from sage.monoids.all import *
from sage.algebras.all import *
Expand Down
4 changes: 1 addition & 3 deletions src/sage/modular/arithgroup/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
from .congroup import (degeneracy_coset_representatives_gamma0,
degeneracy_coset_representatives_gamma1)

# Cannot find FareySymbol (and I don't know where to look for it)
#from .farey_symbol import Farey as FareySymbol
FareySymbol = None
from .farey_symbol import Farey as FareySymbol

0 comments on commit c60c866

Please sign in to comment.