Skip to content

Commit

Permalink
Make sure there is only one import of random module
Browse files Browse the repository at this point in the history
  • Loading branch information
jvail committed Nov 10, 2023
1 parent 0fa5eb1 commit d5abda3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions vmapplet/lpy/statistics.lpy
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import random

from vmapplet.sequences import (
generate_sequence,
terminal_fate
Expand Down
2 changes: 1 addition & 1 deletion vmapplet/srandom.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:Revision: $Id$
"""

import random as std_random
from .simulation import random as std_random


def random(*args):
Expand Down

0 comments on commit d5abda3

Please sign in to comment.