Skip to content

Commit

Permalink
Fix bad auto editor import
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Feb 20, 2024
1 parent 65a8418 commit f770bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobflow_remote/remote/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from maggma.stores.mongolike import JSONStore
from monty.json import jsanitize

from jobflow_remote.jobs.data import RemoteError
from jobflow_remote.utils.data import uuid_to_path
from src.jobflow_remote.jobs.data import RemoteError

JOB_INIT_ARGS = {k for k in inspect.signature(Job).parameters.keys() if k != "kwargs"}
"""A set of the arguments of the Job constructor which
Expand Down

0 comments on commit f770bd7

Please sign in to comment.