Skip to content

Commit 33811f9

Browse files
committed
chore: fix browser-scoped test import order
Keep the browser-scoped test file aligned with the repo lint configuration so the follow-up typing fixes pass CI. Made-with: Cursor
1 parent 7cc2ccb commit 33811f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_browser_scoped.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

3-
import json
43
import os
4+
import json
55
from typing import cast
66

77
import httpx

0 commit comments

Comments
 (0)