Skip to content

Commit

Permalink
Fix mfg factory import.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 429986863
Change-Id: Ibbb67748333aa0174e5d69dd216c7435f0405763
  • Loading branch information
lanctot committed Feb 21, 2022
1 parent 1848c4e commit 13febeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/python/mfg/games/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from absl import logging

from open_spiel.python.games import dynamic_routing_data
import google3.third_party.open_spiel.python.mfg.games # pylint: disable=unused-import
import open_spiel.python.mfg.games as games # pylint: disable=unused-import
from open_spiel.python.mfg.games import crowd_modelling_2d
from open_spiel.python.mfg.games import dynamic_routing
import pyspiel
Expand Down

0 comments on commit 13febeb

Please sign in to comment.