Skip to content

Commit e60814c

Browse files
h-joocopybara-github
authored andcommitted
Add pyrefly suppressions
PiperOrigin-RevId: 964818142
1 parent 7abe4d2 commit e60814c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fleetspeak_python/fleetspeak/server_connector/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __init__(
414414
If both fleetspeak_message_listen_address and fleetspeak_server are
415415
unset.
416416
"""
417-
super(InsecureGRPCServiceClient, self).__init__(service_name)
417+
super(InsecureGRPCServiceClient, self).__init__(service_name) # pyrefly: ignore[missing-attribute]
418418

419419
if fleetspeak_message_listen_address is None:
420420
fleetspeak_message_listen_address = (

0 commit comments

Comments
 (0)