Skip to content

Commit

Permalink
fixup! Issue #150 refactor simple crossbackend split logic for future…
Browse files Browse the repository at this point in the history
… extension
  • Loading branch information
soxofaan committed Sep 16, 2024
1 parent e8f3367 commit aba411c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/openeo_aggregator/partitionedjobs/crossbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

# Some type annotation aliases to make things more self-documenting
SubGraphId = str
NodeId = str
BackendId = str


class GraphSplitException(Exception):
Expand Down Expand Up @@ -380,11 +382,6 @@ def run_partitioned_job(pjob: PartitionedJob, connection: openeo.Connection, fai
}


# Type aliases to make things more self-documenting
NodeId = str
BackendId = str


@dataclasses.dataclass(frozen=True)
class _FrozenNode:
"""
Expand Down

0 comments on commit aba411c

Please sign in to comment.