Skip to content

Commit

Permalink
Fixed deprecated ABC import
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 15, 2020
1 parent ffc0b10 commit 9a2a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labthings/server/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from werkzeug.wrappers import Response as ResponseBase
from http import HTTPStatus
from marshmallow.exceptions import ValidationError
from collections import Mapping
from collections.abc import Mapping

from .spec.utilities import update_spec
from .schema import TaskSchema, Schema, FieldSchema
Expand Down

0 comments on commit 9a2a8a1

Please sign in to comment.