We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec1b56 commit 81a758dCopy full SHA for 81a758d
tests/client/settings.py
@@ -19,7 +19,7 @@
19
# However, if you have executed another commercial license agreement
20
# with Crate these terms will supersede the license and you may use the
21
# software solely pursuant to the terms of the relevant commercial agreement.
22
-from __future__ import absolute_import
+
23
24
from pathlib import Path
25
tests/testing/settings.py
tests/testing/test_layer.py
@@ -37,10 +37,9 @@
37
prepend_http,
38
wait_for_http_url,
39
)
40
+from tests.client.settings import crate_path
41
from tests.conftest import download_cratedb
42
-from .settings import crate_path
43
-
44
45
class LayerUtilsTest(TestCase):
46
def test_prepend_http(self):
0 commit comments