Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 944c570

Browse files
committed
added no cover
1 parent e6ef3c7 commit 944c570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def _message_to_map(
949949
# float_precision removed in protobuf 7
950950
if _PROTOBUF_MAJOR_VERSION in ("3", "4", "5", "6"):
951951
kwargs["float_precision"] = float_precision
952-
else:
952+
else: # pragma: NO COVER
953953
warnings.warn(
954954
"The argument `float_precision` has been removed from Protobuf 7.x.",
955955
DeprecationWarning,

0 commit comments

Comments
 (0)