Skip to content

Commit

Permalink
Fix new gin_rummy submodule for external use.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 514710054
Change-Id: I3a0ab3a3dc7bdfa4d46be8ce184ad830aeac7a1d
  • Loading branch information
lanctot committed Mar 7, 2023
1 parent bfbb8e3 commit 9f2bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/python/tests/games_gin_rummy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from absl.testing import absltest

import pyspiel
from open_spiel.python.pybind11.pyspiel import gin_rummy
gin_rummy = pyspiel.gin_rummy


class GamesGinRummyTest(absltest.TestCase):
Expand Down

0 comments on commit 9f2bc3b

Please sign in to comment.