-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore: Reformatted the order-processing sample by ensuring black, isort, and flake8 pass #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| # limitations under the License. | ||
|
|
||
| from .envs.web_agent_text_env import WebAgentTextEnv | ||
| from .envs.web_agent_text_env import WebAgentTextEnv # noqa: F401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this import be moved to the file where WebAgentTextEnv is actually used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Out of scope for the purpose of this PR though.
mstyer-google
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
The failing checks are unrelated to this PR (seem to be related to the Agent Starter Pack testing infrastructure) so I'll go ahead and merge this. |
No description provided.