Skip to content

Commit 8c183f9

Browse files
author
Joel Collins
committed
Fixed deprecated import
1 parent f61b29e commit 8c183f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/server/spec/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from ..fields import Field
77
from marshmallow import Schema as BaseSchema
88

9-
from collections import Mapping
9+
from collections.abc import Mapping
1010

1111

1212
def update_spec(obj, spec: dict):

0 commit comments

Comments
 (0)