Skip to content

Commit c10c62a

Browse files
committed
Remove edit and ipynb modules, now provided by fastcore.tools and llmsurgery.dlgskill
1 parent 45b88eb commit c10c62a

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

dialoghelper/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from safepyrun import RunPython,find_var,create_python_magic,load_ipython_extension
4343
from functools import cache
4444
from pyskills import allow
45-
from pyskills.edit import *
45+
from fastcore.tools import *
4646

4747
# %% ../nbs/00_core.ipynb #c9936691
4848
_lt = import_no_init('fastllm.chat')

dialoghelper/stdtools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from toolslm.xml import *
66
from toolslm.inspecttools import *
77
from pyskills import *
8-
from pyskills.edit import *
98
from rgapi import *
109
from exhash.skill import *
1110
from safepyrun.core import allow_imports

dialoghelper/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from urllib.parse import urlencode
3333
from safepyrun import RunPython,find_var,create_python_magic,load_ipython_extension
3434
from pyskills import allow
35-
from pyskills.edit import *
35+
from fastcore.tools import *
3636

3737
from .core import *
3838
from .core import _msg_edit

nbs/00_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"from safepyrun import RunPython,find_var,create_python_magic,load_ipython_extension\n",
6464
"from functools import cache\n",
6565
"from pyskills import allow\n",
66-
"from pyskills.edit import *"
66+
"from fastcore.tools import *"
6767
]
6868
},
6969
{

nbs/06_utils.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"from urllib.parse import urlencode\n",
6161
"from safepyrun import RunPython,find_var,create_python_magic,load_ipython_extension\n",
6262
"from pyskills import allow\n",
63-
"from pyskills.edit import *\n",
63+
"from fastcore.tools import *\n",
6464
"\n",
6565
"from dialoghelper.core import *\n",
6666
"from dialoghelper.core import _msg_edit"

0 commit comments

Comments
 (0)