Skip to content

Commit 6766678

Browse files
committed
Fix import order
1 parent 5bf059e commit 6766678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/type_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from collections.abc import AsyncGenerator, Generator
66
from typing import List, NoReturn, Union
77

8-
from typing_extensions import assert_type, assert_never
8+
from typing_extensions import assert_never, assert_type
99

1010
import outcome
1111
from outcome import Error, Maybe, Outcome, Value, acapture, capture

0 commit comments

Comments
 (0)