Skip to content

Commit 4b4c798

Browse files
sort imports in paginated_list
1 parent 239cd7d commit 4b4c798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

canvasapi/paginated_list.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
2+
23
import re
3-
from typing import TypeVar, Iterable, Iterator, Type
4+
from typing import Iterable, Iterator, Type, TypeVar
45

56
T = TypeVar("T")
67

0 commit comments

Comments
 (0)