Skip to content

Commit 9a2a8a1

Browse files
author
Joel Collins
committed
Fixed deprecated ABC import
1 parent ffc0b10 commit 9a2a8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/server/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from werkzeug.wrappers import Response as ResponseBase
55
from http import HTTPStatus
66
from marshmallow.exceptions import ValidationError
7-
from collections import Mapping
7+
from collections.abc import Mapping
88

99
from .spec.utilities import update_spec
1010
from .schema import TaskSchema, Schema, FieldSchema

0 commit comments

Comments
 (0)