Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Jan 2, 2025
1 parent 34d460a commit ea77c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/connection/fleet_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class FleetConnection(ABC):
"""Abstract base class for SuperNode connections."""

def __init__( # pylint: disable=R0913, R0914, R0915
def __init__( # pylint: disable=R0913, R0914, R0915, R0917
self,
server_address: str,
insecure: bool,
Expand Down

0 comments on commit ea77c57

Please sign in to comment.