From 821464db124fca0be0b42b6a16a466aba3a0d4e6 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 2 May 2026 21:32:14 +0000 Subject: [PATCH] fix: sort imports in test file to satisfy isort pre-commit hook --- tests/test_aws_ml_icons.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_aws_ml_icons.py b/tests/test_aws_ml_icons.py index 9c266c44..a16965eb 100644 --- a/tests/test_aws_ml_icons.py +++ b/tests/test_aws_ml_icons.py @@ -3,8 +3,12 @@ import unittest from diagrams import Diagram, setcluster, setdiagram from diagrams.aws.ml import ( + DLC, + OBS, + PEAG, AgentCore, AiAgent, + AIAgent, AmazonNova, AWSAppStudio, AWSNeuron, @@ -17,10 +21,6 @@ from diagrams.aws.ml import ( Observability, PolicyEngineAgenticGuardrails, Runtime, - AIAgent, - DLC, - OBS, - PEAG, )