Skip to content

Commit

Permalink
Rename _completion.pycompletion_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 22, 2024
1 parent fa41ed9 commit 7357dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
except:
from pydantic.main import ModelMetaclass

from . import _completion as completion
from . import completions_utils as completion
from .models.completion import (
InlineCompletionList,
InlineCompletionReply,
Expand Down

0 comments on commit 7357dec

Please sign in to comment.