Skip to content

Commit 3c6d8dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3cc9659 commit 3c6d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/itertools/check_batched.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-
from typing_extensions import assert_type
43
import sys
4+
from typing_extensions import assert_type
55

66
if sys.version_info >= (3, 13):
77
from itertools import batched

0 commit comments

Comments
 (0)