Skip to content

Commit b264d07

Browse files
committed
linting
1 parent b24e6a2 commit b264d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/test/standard_tests/docker_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import warnings
1111
from dataclasses import asdict
1212
from pathlib import Path
13-
from typing import Literal, cast
13+
from typing import Any, Literal, cast
1414

1515
import orjson
1616
import pytest
@@ -64,7 +64,7 @@ def is_destination_connector(cls) -> bool:
6464
return cast(str, cls.connector_name).startswith("destination-")
6565

6666
@classproperty
67-
def acceptance_test_config(cls) -> dict[str, object]:
67+
def acceptance_test_config(cls) -> Any:
6868
"""Get the contents of acceptance test config file.
6969
7070
Also perform some basic validation that the file has the expected structure.

0 commit comments

Comments
 (0)