Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Dec 27, 2022
1 parent 812d47a commit 617a469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pymgrid/envs/discrete/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def _get_action(self, action_num):

return self._populate_action(priority_list)


def step(self, action):
self._microgrid_logger.log(action=action)
microgrid_action = self._get_action(action)
Expand Down

0 comments on commit 617a469

Please sign in to comment.