Skip to content

Commit

Permalink
fix(scylla_yaml): remove duplication of listen_interface
Browse files Browse the repository at this point in the history
by mistake `listen_interface` was duplicated, and ruff PIE check
uncovered it.

this change remove the newly introduced definition
  • Loading branch information
fruch committed Dec 19, 2024
1 parent 2093714 commit 78c864c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdcm/provision/scylla_yaml/scylla_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Config: # pylint: disable=too-few-public-methods
broadcast_address: str = None # ""
api_port: int = None # 10000
api_address: str = None # ""
listen_interface: str = None # "eth0"
ssl_storage_port: int = None # 7001
background_writer_scheduling_quota: float = None # 1.0
auto_adjust_flush_quota: bool = None # False
Expand Down

0 comments on commit 78c864c

Please sign in to comment.