Skip to content

Commit bf59f38

Browse files
committed
fix pylint
1 parent 5f64db5 commit bf59f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/flwr/client/connection/fleet_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class FleetConnection(ABC):
3131
"""Abstract base class for SuperNode connections."""
3232

33-
def __init__( # pylint: disable=R0913, R0914, R0915
33+
def __init__( # pylint: disable=R0913, R0914, R0915, R0917
3434
self,
3535
server_address: str,
3636
insecure: bool,

0 commit comments

Comments
 (0)