Test: do not merge - ignore - #3036
Conversation
Fix import statement in import_test.py
|
❌ Approved issue check failed. This PR stays in draft until it links an approved issue that is assigned to you. To fix this:
The PR will be marked Ready for review automatically once the check passes. No issue reference was found in the description. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request introduces a syntax error in the test file keras_hub/src/tests/import_test.py by corrupting the import statement to hjsujsnimport ast. The reviewer correctly identified this issue and provided a code suggestion to revert the change to import ast.
| @@ -1,4 +1,4 @@ | |||
| import ast | |||
| hjsujsnimport ast | |||
Approved issue link
Description of the change
Reference
Colab Notebook
Checklist