Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 43136ac

Browse files
committed
DBAAS-2396: indent error
1 parent 87f123a commit 43136ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splicemachine/spark/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def __init__(self, sparkSession, useH2O=False, _unit_testing=False):
226226
:param _unit_testing: whether or not we are unit testing
227227
"""
228228
try:
229-
url = os.environ['JDBC_URL']
229+
url = os.environ['JDBC_URL']
230230
PySpliceContext.__init__(self, url, sparkSession, _unit_testing)
231231
except:
232232
print('The SpliceMLContext is only for use on the cloud service. Please import and use the PySpliceContext instead.\nUsage:\n\tfrom splicemachine.spark.context import PySpliceContext\n\tsplice = PySpliceContext(jdbc_url, sparkSession)')

0 commit comments

Comments
 (0)