You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if the tzinfo passed in is a timedelta function, then we don't need to consider daylight savings
28
+
# if the tzinfo passed in is a timedelta function, then we don't need to consider daylight savings # noqa: W505 - doc line too long (102 > 100 characters) (auto-generated noqa)
# We do not know where the error description came from, so we add the status code if it is not already in the message
60
+
# We do not know where the error description came from, so we add the status code if it is not already in the message # noqa: W505 - doc line too long (125 > 100 characters) (auto-generated noqa)
Copy file name to clipboardExpand all lines: src/handwritten/grpc_session_options.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
12
12
# This constant specifies the gRPC package and service used by this API.
13
-
# Customers can pass this value to the MeasurementLink discovery service to resolve the server instance that provides this interface.
13
+
# Customers can pass this value to the MeasurementLink discovery service to resolve the server instance that provides this interface. # noqa: W505 - doc line too long (133 > 100 characters) (auto-generated noqa)
0 commit comments