Skip to content

Commit

Permalink
Remove (now) unused openeo.internal.compat
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jul 15, 2024
1 parent 8dcc691 commit ba433de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions openeo/internal/compat.py

This file was deleted.

2 changes: 1 addition & 1 deletion openeo/internal/graph_building.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
import collections
import json
import sys
from contextlib import nullcontext
from pathlib import Path
from typing import Any, Dict, Optional, Tuple, Union

from openeo.api.process import Parameter
from openeo.internal.compat import nullcontext
from openeo.internal.process_graph_visitor import (
ProcessGraphUnflattener,
ProcessGraphVisitException,
Expand Down
2 changes: 1 addition & 1 deletion tests/rest/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import typing
import unittest.mock as mock
import zlib
from contextlib import nullcontext
from pathlib import Path

import pytest
Expand All @@ -16,7 +17,6 @@

import openeo
from openeo.capabilities import ApiVersionException
from openeo.internal.compat import nullcontext
from openeo.internal.graph_building import FlatGraphableMixin, PGNode
from openeo.rest import (
CapabilitiesException,
Expand Down

0 comments on commit ba433de

Please sign in to comment.