Skip to content

Commit 5b62652

Browse files
VinciGit00claude
andcommitted
style: fix black formatting in test files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f246c76 commit 5b62652

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

scrapegraph-py/tests/test_async_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@ async def fake_request(method, url, **kwargs):
9595
"type": "object",
9696
},
9797
"mode": "normal",
98-
"fetchConfig": {"mode": "auto", "timeout": 5000, "stealth": False, "mock": False},
98+
"fetchConfig": {
99+
"mode": "auto",
100+
"timeout": 5000,
101+
"stealth": False,
102+
"mock": False,
103+
},
99104
}
100105
assert result["json"]["name"] == "Widget"
101106

scrapegraph-py/tests/test_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ def fake_request(method, url, **kwargs):
108108
"type": "object",
109109
},
110110
"mode": "normal",
111-
"fetchConfig": {"mode": "auto", "timeout": 5000, "stealth": False, "mock": False},
111+
"fetchConfig": {
112+
"mode": "auto",
113+
"timeout": 5000,
114+
"stealth": False,
115+
"mock": False,
116+
},
112117
}
113118
assert result["json"]["name"] == "Widget"
114119

0 commit comments

Comments
 (0)