Skip to content

Commit aaa32a4

Browse files
committed
Cleanup files
1 parent fdba9ef commit aaa32a4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

samples/adk-sql-agent/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,11 @@ git clone https://github.com/GoogleCloudPlatform/opentelemetry-operations-python
3030
cd opentelemetry-operations-python/samples/adk-sql-agent
3131
```
3232

33-
Create a virtual environment and install the dependencies:
33+
Configure the environment and run the sample:
3434
```sh
3535
python -m venv venv/
3636
source venv/bin/activate
3737
pip install -r requirements.txt
38-
```
39-
40-
Configure the environment and run the sample:
41-
42-
```sh
4338
env $(cat main.env | xargs) python main.py
4439
```
4540

samples/adk-sql-agent/sql_agent/agent.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
---
6262
"""
6363

64-
tracer = trace.get_tracer(__name__)
65-
66-
6764
def get_dbpath(thread_id: str) -> str:
6865
# Ephemeral sqlite database per conversation thread
6966
_, path = tempfile.mkstemp(suffix=".db")

0 commit comments

Comments
 (0)