Skip to content

Commit 9069938

Browse files
committed
Fix import
1 parent fa3472a commit 9069938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework-stubs/exceptions.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections.abc import Sequence
1+
from collections.abc import Mapping, Sequence
22
from typing import Any
33

44
from django.http import HttpRequest, JsonResponse

0 commit comments

Comments
 (0)