Fix circular import in __init__.py (#35)

This commit is contained in:
2026-03-14 09:24:31 +00:00
parent 1b116108a6
commit 0f62267806
25 changed files with 517 additions and 137 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ class TestIntegration:
"""Integration tests - skip if no API key."""
@pytest.mark.skipif(
not __import__('os')..environ.get('OPENAI_API_KEY'),
not __import__('os').environ.get('OPENAI_API_KEY'),
reason="No API key"
)
def test_real_api_call(self):