Fix style

This commit is contained in:
Antonio Andelic 2022-03-30 11:25:58 +00:00
parent b70456879e
commit 87bab4f2ea

View File

@ -15,7 +15,7 @@ class ClickHouseHelper:
self.url = url
self.auth = {
"X-ClickHouse-User": get_parameter_from_ssm("clickhouse-test-stat-login"),
"X-ClickHouse-Key": get_parameter_from_ssm("clickhouse-test-stat-password")
"X-ClickHouse-Key": get_parameter_from_ssm("clickhouse-test-stat-password"),
}
@staticmethod