Skip to content

Commit

Permalink
Fix pep 8 in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Sep 28, 2020
1 parent 6fa451e commit d53f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pip install -e .
### How to use it ?

```python
import gym_ma_toy
import gym
import gym_ma_toy

env = env = gym.make('team_catcher-v0')

Expand Down

0 comments on commit d53f0c4

Please sign in to comment.