Skip to content

Commit 7fea77f

Browse files
test: trivial comment to verify fork-PR CI (#831)
Verifies that a fork PR now runs unit/lint/type checks offline from the prewarmed cache instead of dying on the JFrog OIDC step. This commit is a no-op comment change; delete the branch after verification. Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent ea9bf86 commit 7fea77f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from databricks.sql.exc import *
44

55
# PEP 249 module globals
6-
apilevel = "2.0"
6+
apilevel = "2.0" # PEP 249 DB-API level (see #831 fork-CI verification)
77
threadsafety = 1 # Threads may share the module, but not connections.
88

99
paramstyle = "named"

0 commit comments

Comments
 (0)