Skip to content

Commit 4a799ed

Browse files
chore: fix import ordering in test_save_to.py
Ruff was complaining about an unsorted import block in tests/test_save_to.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8861e36 commit 4a799ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_save_to.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import pytest
1010

11-
from landingai_ade import AsyncLandingAIADE, LandingAIADE
11+
from landingai_ade import LandingAIADE, AsyncLandingAIADE
1212
from landingai_ade._client import _save_response, _get_input_filename
1313
from landingai_ade._exceptions import LandingAiadeError
1414

0 commit comments

Comments
 (0)