From 24da7be540d419e0d5978efaea2b53d678e94d34 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:57:07 +0000 Subject: [PATCH] fix: sort imports in test file Co-Authored-By: Joe Moura --- tests/test_task_guardrails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_task_guardrails.py b/tests/test_task_guardrails.py index e2cdb8b0f..3e1ce6dfa 100644 --- a/tests/test_task_guardrails.py +++ b/tests/test_task_guardrails.py @@ -1,6 +1,6 @@ """Tests for task guardrails functionality.""" -from typing import Dict, Any +from typing import Any, Dict from unittest.mock import Mock import pytest