Skip to content

Commit

Permalink
Declare basic agent's state so the attribute is known to pytype.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587734720
Change-Id: Ia27b46ec286ab1671a14e2449d2851492638d6e8
  • Loading branch information
duenez authored and copybara-github committed Dec 4, 2023
1 parent 4b4f2f3 commit 3f48d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concordia/agents/basic_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(

self._under_interrogation = False
self._state_lock = threading.Lock()
self._state: str | None

self._components = {}
for comp in components:
Expand Down

0 comments on commit 3f48d0f

Please sign in to comment.