Skip to content

Commit

Permalink
Async Environment.close (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnarayanan authored Aug 31, 2024
1 parent 98fe31d commit 1810096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aviary/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def export_frame(self) -> Frame:
Read Field descriptions in Frame for more information.
"""

def close(self) -> None:
async def close(self) -> None:
"""
Shutdown the environment.
Expand Down

0 comments on commit 1810096

Please sign in to comment.