Skip to content

Commit 1b9fa6d

Browse files
Auto-format: ruff check --select I --fix
1 parent 2e4d15b commit 1b9fa6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extra_tests/snippets/sandbox_smoke.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
- open() is properly blocked when FileIO is unavailable (sandbox)
88
"""
99

10-
import sys
11-
import math
12-
import json
1310
import _io
11+
import json
12+
import math
13+
import sys
1414

1515
SANDBOX = not hasattr(_io, "FileIO")
1616

0 commit comments

Comments
 (0)