sdv-dev/SDGym

Remove anyio usage

amontanez24 opened this issue · 0 comments

Problem Description

We don't need to use the async version of Path here, we can just use the Pathlib one.

from anyio import Path

Expected behavior

  • Remove anyio import