0904585
diff -Naur marshmallow-3.1.1.orig/src/marshmallow/schema.py marshmallow-3.1.1/src/marshmallow/schema.py
0904585
--- marshmallow-3.1.1.orig/src/marshmallow/schema.py	2019-09-16 14:38:20.000000000 +0200
0904585
+++ marshmallow-3.1.1/src/marshmallow/schema.py	2019-09-16 16:19:15.147762565 +0200
0904585
@@ -14,7 +14,7 @@
0904585
 from marshmallow import base, fields as ma_fields, class_registry
0904585
 from marshmallow.error_store import ErrorStore
0904585
 from marshmallow.exceptions import ValidationError, StringNotCollectionError
b4ff4c6
-from marshmallow.orderedset import OrderedSet
b4ff4c6
+from ordered_set import OrderedSet
0904585
 from marshmallow.decorators import (
0904585
     POST_DUMP,
0904585
     POST_LOAD,