Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed May 9, 2024
1 parent f7e68d4 commit c166937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llm_compmat/shell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from llm_compmat.llm import get_extension
from llm_compmat.llm import get_executor
import matplotlib.pyplot as plt


Expand Down
2 changes: 1 addition & 1 deletion llm_compmat/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from IPython.display import display
import matplotlib.pyplot as plt

from llm_compmat.llm import get_exexutor
from llm_compmat.llm import get_executor


key_widget = widgets.Text(
Expand Down

0 comments on commit c166937

Please sign in to comment.