Skip to content

Commit 9cceca3

Browse files
committed
fix: resolve import sorting issues in test files
- Fixed I001 import block formatting errors in test_client.py - Fixed I001 import block formatting errors in test_integration.py - Fixed I001 import block formatting errors in test_performance.py - All imports now properly organized: stdlib, third-party, local - Added proper spacing between import groups - Resolves tox lint failures
1 parent 3a118d2 commit 9cceca3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import pytest
77
import requests_mock
8+
89
from apihub_client.client import ApiHubClient, ApiHubClientException
910

1011

test/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import pytest
88
import requests_mock
9+
910
from apihub_client.client import ApiHubClient, ApiHubClientException
1011

1112

test/test_performance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import pytest
66
import requests_mock
7+
78
from apihub_client.client import ApiHubClient
89

910

0 commit comments

Comments
 (0)