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

Commit

Permalink
move bytes_to_str import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Mar 28, 2022
1 parent 0e74fa5 commit c8c3f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
# https://www.gnu.org/licenses/
# ****************************************************************************

from sage.cpython.string import bytes_to_str

from sage.misc.cachefunc import cached_method

from sage.rings.integer_ring import ZZ
Expand Down
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/base7.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# https://www.gnu.org/licenses/
# ****************************************************************************

from sage.cpython.string import bytes_to_str
from sage.misc.cachefunc import cached_method
from sage.modules.free_module_element import vector
from sage.rings.integer_ring import ZZ
Expand Down

0 comments on commit c8c3f53

Please sign in to comment.