Skip to content

Commit

Permalink
more pyshortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 17, 2024
1 parent e865276 commit bd58960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion larch/site_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

from packaging.version import parse as version_parse

from .utils import (uname, get_homedir, log_warning, log_error)
from pyshortcuts import uname, get_homedir
from .utils import log_warning, log_error
from .version import __version__, __release_version__

larch_version = __version__
Expand Down

0 comments on commit bd58960

Please sign in to comment.