Skip to content

Commit 051becd

Browse files
committed
remove commented line
1 parent b92f60e commit 051becd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/samples/getting_started/image_spec_poc/basic_input_output_with_observability.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def create_sample_image() -> tuple[str, str]:
4848

4949
async def main() -> None:
5050
"""Run image analysis with Azure OpenAI and collect telemetry."""
51-
#store = SQLiteImageStore()
5251
async with (
5352
AzureCliCredential() as credential,
5453
AIProjectClient(endpoint=os.environ["AZURE_AI_PROJECT_ENDPOINT"], credential=credential) as project,

0 commit comments

Comments
 (0)