Skip to content

Commit 57458a3

Browse files
committed
rebase
1 parent 0a6d03c commit 57458a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openeo/extra/job_management/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ def ignore_connection_errors(context: Optional[str] = None, sleep: int = 5):
845845

846846

847847

848-
<<<<<<< HEAD
849848
def get_job_db(path: Union[str, Path]) -> JobDatabaseInterface:
850849
"""
851850
Factory to get a job database at a given path,
@@ -885,5 +884,3 @@ def create_job_db(path: Union[str, Path], df: pd.DataFrame, *, on_exists: str =
885884
else:
886885
raise NotImplementedError(f"Initialization of {type(job_db)} is not supported.")
887886
return job_db
888-
=======
889-
>>>>>>> 4825bbcd (remove circular dependency)

0 commit comments

Comments
 (0)