Skip to content

Commit

Permalink
another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaMorsali committed Oct 18, 2022
1 parent 25b343a commit 4c74d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invertedai/api_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def drive(
location: str = "iai:ubc_roundabout",
agent_states: List[AgentState] = [],
agent_attributes: List[AgentAttributes] = [],
recurrent_states: Optional[RecurrentStates] = None,
recurrent_states: RecurrentStates = [],
get_birdviews: bool = False,
get_infractions: bool = False,
traffic_lights_states: Optional[TrafficLightStates] = None,
Expand Down

0 comments on commit 4c74d26

Please sign in to comment.