Skip to content

Commit bec2f79

Browse files
committed
fix: wrong OrderedDict import
1 parent f5ecd18 commit bec2f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_restx/marshalling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections.abc import OrderedDict
1+
from collections import OrderedDict
22
from functools import wraps
33

44
from flask import request, current_app, has_app_context

0 commit comments

Comments
 (0)