Skip to content

Commit df913c1

Browse files
author
Леопольд Пекальн
committed
Fix Issue #164: generate choices schema without collectionFormat
1 parent c6b43ba commit df913c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flask_restx/reqparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def __schema__(self):
307307
param["collectionFormat"] = "csv"
308308
if self.choices:
309309
param["enum"] = self.choices
310-
param["collectionFormat"] = "multi"
311310
return param
312311

313312

0 commit comments

Comments
 (0)