Skip to content

Commit

Permalink
clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Sep 24, 2024
1 parent 727a422 commit d5f7ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcore/fixcore/model/graph_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from fixcore.model.resolve_in_graph import GraphResolver, NodePath, ResolveProp
from fixcore.model.typed_model import from_js
from fixcore.types import Json, EdgeType, JsonElement
from fixcore.util import utc, utc_str, value_in_path, set_value_in_path, value_in_path_get, path_exists
from fixcore.util import utc, utc_str, value_in_path, set_value_in_path, path_exists

log = logging.getLogger(__name__)

Expand Down

0 comments on commit d5f7ec9

Please sign in to comment.