Skip to content

Commit

Permalink
Revert "Minor change: line length and commas."
Browse files Browse the repository at this point in the history
This reverts commit 8d5b655.
  • Loading branch information
hanna-liashchuk committed Jan 19, 2023
1 parent 0bbabe6 commit ac1402c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/adapters/spark/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit ac1402c

Please sign in to comment.