Skip to content

Commit 3c85aec

Browse files
committed
Black 25 fix
1 parent 687b208 commit 3c85aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_core/contrib/falcon/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def unpack_params(
8-
params: Mapping[str, Any]
8+
params: Mapping[str, Any],
99
) -> Generator[Tuple[str, Any], None, None]:
1010
for k, v in params.items():
1111
if isinstance(v, list):

0 commit comments

Comments
 (0)