Skip to content

Commit e02c23d

Browse files
committed
Remove an unused import from the timeout env var test
The EnvironmentVariables symbol is reached through the env_module alias, so the direct import was dead and tripped ruff F401/I001 in CI.
1 parent c9de7c5 commit e02c23d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎tests/lib/test_client_timeout_env.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
_timeout_from_env,
1919
create_async_agentex_client,
2020
)
21-
from agentex.lib.environment_variables import EnvironmentVariables
2221

2322

2423
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)