Skip to content

Commit 8c44890

Browse files
committed
Remove random_game
1 parent 0356165 commit 8c44890

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

quantecon/game_theory/tests/test_game_converters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
assert_, assert_array_equal, assert_string_equal, assert_raises
1212
)
1313
from quantecon.game_theory import (
14-
Player, NormalFormGame, random_game,
15-
GAMWriter, to_gam, from_gam_string, from_gam_url
14+
Player, NormalFormGame, GAMWriter, to_gam, from_gam_string, from_gam_url
1615
)
1716
from quantecon.game_theory.game_converters import GAMPayoffVector
1817

0 commit comments

Comments
 (0)