Skip to content

Commit 413aec1

Browse files
committed
redundant load_dotenv
1 parent 112706b commit 413aec1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

agentstack/_tools/agentql/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
from typing import Optional
55

6-
from dotenv import load_dotenv
7-
load_dotenv()
8-
96
QUERY_DATA_ENDPOINT = "https://api.agentql.com/v1/query-data"
107
API_TIMEOUT_SECONDS = 900
118

0 commit comments

Comments
 (0)