Skip to content

Commit

Permalink
Automatic style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse authored and thevar1able committed Sep 5, 2024
1 parent da3a7d0 commit 798f4b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/helpers/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ def get(cls, **kwargs):
return cls._instance

def setup_ip6tables_docker_user_chain(self):
_rules = subprocess.check_output(
f"ip6tables-save", shell=True
)
_rules = subprocess.check_output(f"ip6tables-save", shell=True)
if "DOCKER-USER" in _rules.decode("utf-8"):
return

Expand Down

0 comments on commit 798f4b4

Please sign in to comment.