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

Commit

Permalink
import randrange from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Aug 15, 2020
1 parent a391a3e commit 928863f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/combinat/derangements.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
from sage.structure.unique_representation import UniqueRepresentation
from sage.categories.finite_enumerated_sets import FiniteEnumeratedSets
from sage.misc.all import prod
from sage.misc.prandom import random
from random import randrange
from sage.misc.prandom import random, randrange
from sage.rings.polynomial.polynomial_ring_constructor import PolynomialRing
from sage.rings.all import ZZ, QQ
from sage.rings.integer import Integer
Expand Down

0 comments on commit 928863f

Please sign in to comment.