We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687b208 commit 3c85aecCopy full SHA for 3c85aec
openapi_core/contrib/falcon/util.py
@@ -5,7 +5,7 @@
5
6
7
def unpack_params(
8
- params: Mapping[str, Any]
+ params: Mapping[str, Any],
9
) -> Generator[Tuple[str, Any], None, None]:
10
for k, v in params.items():
11
if isinstance(v, list):
0 commit comments