Skip to content

Commit

Permalink
Update example imports.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588350741
Change-Id: I34d561a34e0821eadf4be5ee51d1328c6604fcc3
  • Loading branch information
vezhnick authored and copybara-github committed Dec 6, 2023
1 parent 82a57f3 commit b018cfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/phone/components/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from concordia.clocks import game_clock
from concordia.document import interactive_document
from concordia.environment import game_master as game_master_lib
from concordia.examples.phone.components import apps
from concordia.examples.phone.components import logging
from examples.phone.components import apps
from examples.phone.components import logging
from concordia.language_model import language_model
from concordia.thought_chains import thought_chains
from concordia.typing import agent
Expand Down
6 changes: 3 additions & 3 deletions examples/phone/components/triggering.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
from concordia.associative_memory import blank_memories
from concordia.clocks import game_clock
from concordia.document import interactive_document
from concordia.examples.phone.components import apps
from concordia.examples.phone.components import logging
from concordia.examples.phone.components import scene
from examples.phone.components import apps
from examples.phone.components import logging
from examples.phone.components import scene
from concordia.language_model import language_model
from concordia.typing import component
from concordia.utils import helper_functions
Expand Down
2 changes: 1 addition & 1 deletion examples/village/metrics/elections.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import Any

from concordia.document import interactive_document
from concordia.examples.village.components import elections
from examples.village.components import elections
from concordia.typing import clock as game_clock
from concordia.typing import metric

Expand Down

0 comments on commit b018cfc

Please sign in to comment.