Skip to content

Commit d9345c9

Browse files
committed
style: Format test_client.py with black
1 parent bcd8fa0 commit d9345c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestClientInitialization:
1313
def test_client_with_explicit_token(self):
1414
"""Test client initialization with explicit token."""
1515
client = BrightDataClient(token="test_token_123456789")
16-
16+
1717
assert client.token == "test_token_123456789"
1818
assert client.timeout == 30 # Default timeout
1919
assert client.web_unlocker_zone == "sdk_unlocker"

0 commit comments

Comments
 (0)