Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/unifyai/gym
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Jun 15, 2023
2 parents 8569c75 + 0d2b1d3 commit 29def72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ per-file-ignores =

[autoflake]
in-place = true
remove-all-unused-import s = true
ignore-init-module-import s = true
remove-all-unused-imports = true
ignore-init-module-imports = true
remove-duplicate-keys = true
remove-unused-variables = true
quiet = true
Expand Down

0 comments on commit 29def72

Please sign in to comment.