Skip to content

Commit

Permalink
more updates with pyshortcuts migration, isotime from larch.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 17, 2024
1 parent 370bb7a commit e865276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions larch/io/save_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

from lmfit import Parameter, Parameters

from pyshortcuts import bytes2str, fix_varname, gformat, isotime
from pyshortcuts import bytes2str, fix_varname, gformat

from larch import Group, isgroup, __date__, __version__, __release_version__
from ..utils import read_textfile, unique_name, format_exception, unixpath
from ..utils import read_textfile, unique_name, format_exception, unixpath, isotime
from ..utils.jsonutils import encode4js, decode4js

SessionStore = namedtuple('SessionStore', ('config', 'command_history', 'symbols'))
Expand Down

0 comments on commit e865276

Please sign in to comment.