Skip to content

Commit c697cbf

Browse files
committed
fixed 400 error parsing body on windows
1 parent 2b73b2b commit c697cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/common/params/resolvers/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import copy
2-
import email
2+
import email.message
33
import json
44
import typing as t
55

0 commit comments

Comments
 (0)