We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ad592 commit 09f2dbeCopy full SHA for 09f2dbe
delta_backend/tests/test_convert_to_flat_json.py
@@ -8,7 +8,7 @@
8
from unittest.mock import patch, Mock
9
from moto import mock_dynamodb, mock_sqs
10
from boto3 import resource as boto3_resource, client as boto3_client
11
-from tests.utils_for_converter_tests import ValuesForTests, ErrorValuesForTests
+from utils_for_converter_tests import ValuesForTests, ErrorValuesForTests
12
from botocore.config import Config
13
from pathlib import Path
14
from SchemaParser import SchemaParser
0 commit comments