Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jul 9, 2024
1 parent fe8f677 commit f632478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/databricks/enable_splink.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def enable_splink(spark):
optionModule = getattr(optionClass, "MODULE$")

dbr_version = float(os.environ.get("DATABRICKS_RUNTIME_VERSION"))

try:
if dbr_version >= 14:
lib = JavaJarId(
Expand Down

0 comments on commit f632478

Please sign in to comment.