Skip to content

Commit 0defa92

Browse files
committed
Try fixing lints
1 parent c9c6b83 commit 0defa92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/connect/databricks/shiny/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from databricks import sql
77
from databricks.sdk.core import ApiClient, Config, databricks_cli
88
from databricks.sdk.service.iam import CurrentUserAPI
9-
from shiny import App, Inputs, Outputs, Session, render, ui
109

1110
from posit.connect.external.databricks import PositCredentialsStrategy
11+
from shiny import App, Inputs, Outputs, Session, render, ui
1212

1313
DATABRICKS_HOST = os.getenv("DATABRICKS_HOST")
1414
DATABRICKS_HOST_URL = f"https://{DATABRICKS_HOST}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ git = ["pre-commit"]
136136
lint = ["ruff", "pyright"]
137137
test = ["rsconnect-python", "responses", "pytest", "pyjson5"]
138138
llm = [
139-
"chatlas@git+https://github.com/posit-dev/chatlas@main ;python_version>='3.12'",
139+
"chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.12'",
140140
"anthropic[bedrock]",
141141
"shiny",
142142
"faicons",

0 commit comments

Comments
 (0)