Skip to content

Commit ba433de

Browse files
committed
Remove (now) unused openeo.internal.compat
1 parent 8dcc691 commit ba433de

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

openeo/internal/compat.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

openeo/internal/graph_building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
import collections
1313
import json
1414
import sys
15+
from contextlib import nullcontext
1516
from pathlib import Path
1617
from typing import Any, Dict, Optional, Tuple, Union
1718

1819
from openeo.api.process import Parameter
19-
from openeo.internal.compat import nullcontext
2020
from openeo.internal.process_graph_visitor import (
2121
ProcessGraphUnflattener,
2222
ProcessGraphVisitException,

tests/rest/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import typing
88
import unittest.mock as mock
99
import zlib
10+
from contextlib import nullcontext
1011
from pathlib import Path
1112

1213
import pytest
@@ -16,7 +17,6 @@
1617

1718
import openeo
1819
from openeo.capabilities import ApiVersionException
19-
from openeo.internal.compat import nullcontext
2020
from openeo.internal.graph_building import FlatGraphableMixin, PGNode
2121
from openeo.rest import (
2222
CapabilitiesException,

0 commit comments

Comments
 (0)