mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Fix import ordering with isort
- Move typing_extensions import to proper location - Satisfy pre-commit isort requirements
This commit is contained in:
parent
0ff55bf2cf
commit
f3bbc6a42d
4 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from atropos.environments.optimizer.wrapper import score_optimizer
|
||||
|
||||
from atroposlib.envs.base import BaseEnv, BaseEnvConfig
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue