Skip to content

Commit 9c6418b

Browse files
committed
Refactor import statements in test.py for clarity
1 parent 6975ef6 commit 9c6418b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from extype.core import *
2-
from extype import extension, extend_type_with, Protocol
2+
from extype.extension_utils import Protocol
3+
from extype import extension, extend_type_with
34

45

56
def _():

0 commit comments

Comments
 (0)