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

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChamanAgrawal committed Aug 1, 2019
1 parent f2290b0 commit 9d196c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/combinat/super_tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
from sage.sets.non_negative_integers import NonNegativeIntegers
from sage.sets.family import Family
from sage.structure.parent import Parent
from sage.arith.all import factorial
from sage.rings.integer import Integer
from sage.misc.all import prod
from sage.categories.finite_enumerated_sets import FiniteEnumeratedSets
from sage.categories.infinite_enumerated_sets import InfiniteEnumeratedSets
from sage.combinat.shifted_primed_tableau import PrimedEntry
Expand Down Expand Up @@ -789,7 +787,6 @@ def __iter__(self):
sage: st[0].parent() is st
True
"""
import copy
pi = self.shape

for tableau in StandardTableaux(pi):
Expand Down

0 comments on commit 9d196c9

Please sign in to comment.