Skip to content

Commit b993a65

Browse files
jzleibocopybara-github
authored andcommitted
fix one more pytype issue
PiperOrigin-RevId: 753622033 Change-Id: I0612e43d82e270bd34d6ebc9f062dc92679a0dfd
1 parent 605db04 commit b993a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

concordia/environment/unstable/engines/asynchronous.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
from concordia.environment.unstable import engine as engine_lib
2626
from concordia.typing.unstable import entity as entity_lib
2727
import termcolor
28+
from typing_extensions import override
2829

2930

3031
DEFAULT_CALL_TO_MAKE_OBSERVATION = (
@@ -78,6 +79,7 @@ def make_observation(self,
7879
)
7980
return observation
8081

82+
@override
8183
def next_acting(
8284
self,
8385
game_master: entity_lib.Entity,

0 commit comments

Comments
 (0)