From b45bb89e10a05fffa57ff95a004656f6e703caa4 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:03:31 +0000 Subject: [PATCH] Fix lint error: sort imports in test file Co-Authored-By: Joe Moura --- tests/litellm_tests/test_encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/litellm_tests/test_encoding.py b/tests/litellm_tests/test_encoding.py index 12442b98c..aa2476296 100644 --- a/tests/litellm_tests/test_encoding.py +++ b/tests/litellm_tests/test_encoding.py @@ -2,7 +2,7 @@ import json import os import sys import unittest -from unittest.mock import patch, mock_open +from unittest.mock import mock_open, patch import pytest