From 0998279013769ca95a7ad4d43d4614ef85ed5cc4 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Wed, 3 Sep 2025 10:21:29 -0700 Subject: [PATCH] Remove AmazonCodewhisperer class --- diagrams/aws/ml.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/diagrams/aws/ml.py b/diagrams/aws/ml.py index f75be5a4..e04e4d3d 100644 --- a/diagrams/aws/ml.py +++ b/diagrams/aws/ml.py @@ -16,10 +16,6 @@ class AiAgent(_ML): _icon = "ai-agent.png" -class AmazonCodewhisperer(_ML): - _icon = "amazon-codewhisperer.png" - - class AmazonNova(_ML): _icon = "amazon-nova.png"