Skip to content

Commit 0ebaf15

Browse files
committed
python linter
1 parent ac5a149 commit 0ebaf15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/templates/kuttl/profiling/run-profiler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ def fetch_flamegraph(service_url, refresh_path):
5454

5555

5656
def test_profiling(role, port):
57-
service_url = (
58-
f"http://test-hdfs-{role}-default-0.test-hdfs-{role}-default:{port}"
59-
)
57+
service_url = f"http://test-hdfs-{role}-default-0.test-hdfs-{role}-default:{port}"
6058

6159
print(f"Test profiling on {service_url}")
6260

0 commit comments

Comments
 (0)