Skip to content

Commit

Permalink
Trac #21318: remove unused import (pyflakes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Jul 6, 2021
1 parent c70f8db commit 14291eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/combinat/recognizable_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,6 @@ def one_hadamard(self):
"""
from sage.matrix.constructor import Matrix
from sage.modules.free_module_element import vector
from sage.rings.integer_ring import ZZ

one = self.coefficient_ring()(1)
return self(dict((a, Matrix([[one]])) for a in self.alphabet()),
Expand Down

0 comments on commit 14291eb

Please sign in to comment.