Skip to content

Commit eaae325

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent bd5e0b9 commit eaae325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/check_copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import copy
44
import sys
5-
from typing_extensions import assert_type, Self
5+
from typing_extensions import Self, assert_type
66

77

88
class ReplaceableClass:

0 commit comments

Comments
 (0)