Reverse unnecessary change

This commit is contained in:
richardpaulhudson 2022-07-20 15:22:59 +02:00
parent f8301b4033
commit d2bde9abc5

View File

@ -3,7 +3,8 @@ from wasabi import msg
from .remote_storage import RemoteStorage
from .remote_storage import get_command_hash
from .._util import project_cli, Arg, logger
from .._util import load_project_config, update_lockfile
from .._util import load_project_config
from .run import update_lockfile
@project_cli.command("pull")