Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed May 26, 2023
1 parent 66a28a8 commit 95c9aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openadapt/strategies/naive.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def get_next_action_event(
# TODO: refactor
raise StopIteration()
action_event = action_events[self.action_event_idx]

if config.REPLAY_STRIP_ELEMENT_STATE:
action_event = utils.strip_element_state(action_event)
logger.info(
Expand Down

0 comments on commit 95c9aa9

Please sign in to comment.