Skip to content

Commit

Permalink
correct ignore statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikivee committed Nov 19, 2024
1 parent dd961ae commit cf6c2e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dmutils/bsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@

from dmutils import constants, data_cleaning

# TODO: get this working with crated spark session once this gets moved to dmutils
if not os.environ.get("DATABRICKS_RUNTIME_VERSION"):
if os.environ.get("DATABRICKS_RUNTIME_VERSION"):
from databricks.sdk.runtime import *


def get_schema_diffs(schemas: list[StructType]) -> StructType:
"""
Given a list of schemas:
Expand Down

0 comments on commit cf6c2e4

Please sign in to comment.