Browse Source

add no cover statement

pull/14186/head
svlandeg 9 months ago
parent
commit
d77cb57e44
  1. 2
      fastapi/_compat/may_v1.py

2
fastapi/_compat/may_v1.py

@ -69,7 +69,7 @@ if sys.version_info >= (3, 14):
], ],
Dict[str, Dict[str, Any]], Dict[str, Dict[str, Any]],
]: ]:
return {}, {} return {}, {} # pragma: no cover
else: else:

Loading…
Cancel
Save