From ac1402c0931e237e3bddc753aa9f848887726f33 Mon Sep 17 00:00:00 2001 From: Hanna Liashchuk Date: Wed, 18 Jan 2023 15:16:03 +0200 Subject: [PATCH] Revert "Minor change: line length and commas." This reverts commit 8d5b65559b4169571f3aeea826d1e098c005e82e. --- dbt/adapters/spark/connections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbt/adapters/spark/connections.py b/dbt/adapters/spark/connections.py index 556f10a2f..d28eaccc5 100644 --- a/dbt/adapters/spark/connections.py +++ b/dbt/adapters/spark/connections.py @@ -117,8 +117,8 @@ def __post_init__(self): ) if ( - self.method == SparkConnectionMethod.HTTP - or self.method == SparkConnectionMethod.THRIFT + self.method == SparkConnectionMethod.HTTP + or self.method == SparkConnectionMethod.THRIFT ) and not (ThriftState and THttpClient and hive): raise dbt.exceptions.DbtRuntimeError( f"{self.method} connection method requires "