Skip to content

Commit d7277a0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e35c4a1 commit d7277a0

File tree

1 file changed

+1
-1
lines changed
  • packages/jupyter-ai-magics/jupyter_ai_magics/partner_providers

1 file changed

+1
-1
lines changed

packages/jupyter-ai-magics/jupyter_ai_magics/partner_providers/copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(
143143
):
144144
super().__init__(**kwargs)
145145
self._llm = GitHubCopilotLLM(lsp_bin_path=self.lsp_bin_path)
146-
146+
147147
@classmethod
148148
def chat_models(self):
149149
"""

0 commit comments

Comments
 (0)