You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Please ensure you have read the [contribution guide](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) before creating a pull request.**
2
+
3
+
### Link to Issue or Description of Change
4
+
5
+
**1. Link to an existing issue (if applicable):**
6
+
7
+
- Closes: #_issue_number_
8
+
- Related: #_issue_number_
9
+
10
+
**2. Or, if no issue exists, describe the change:**
11
+
12
+
_If applicable, please follow the issue templates to provide as much detail as
13
+
possible._
14
+
15
+
**Problem:**
16
+
_A clear and concise description of what the problem is._
17
+
18
+
**Solution:**
19
+
_A clear and concise description of what you want to happen and why you choose
20
+
this solution._
21
+
22
+
### Testing Plan
23
+
24
+
_Please describe the tests that you ran to verify your changes. This is required
25
+
for all PRs that are not small documentation or typo fixes._
26
+
27
+
**Unit Tests:**
28
+
29
+
-[ ] I have added or updated unit tests for my change.
30
+
-[ ] All unit tests pass locally.
31
+
32
+
_Please include a summary of passed `pytest` results._
33
+
34
+
**Manual End-to-End (E2E) Tests:**
35
+
36
+
_Please provide instructions on how to manually test your changes, including any
37
+
necessary setup or configuration. Please provide logs or screenshots to help
38
+
reviewers better understand the fix._
39
+
40
+
### Checklist
41
+
42
+
-[ ] I have read the [CONTRIBUTING.md](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) document.
43
+
-[ ] I have performed a self-review of my own code.
44
+
-[ ] I have commented my code, particularly in hard-to-understand areas.
45
+
-[ ] I have added tests that prove my fix is effective or that my feature works.
46
+
-[ ] New and existing unit tests pass locally with my changes.
47
+
-[ ] I have manually tested my changes end-to-end.
48
+
-[ ] Any dependent changes have been merged and published in downstream modules.
49
+
50
+
### Additional context
51
+
52
+
_Add any other context or screenshots about the feature request here._
echo "❌ Do not import from the cli package outside of the cli package. If you need to reuse the code elsewhere, please move the code outside of the cli package."
105
+
echo "The following files contain the forbidden pattern:"
106
+
echo "$FILES_WITH_FORBIDDEN_IMPORT"
107
+
exit 1
108
+
else
109
+
echo "✅ No instances of importing from the cli package found in relevant changed Python files."
0 commit comments