Skip to content

Commit 81a758d

Browse files
committed
Remove duplicate crate_path/project_root definitions
1 parent 7ec1b56 commit 81a758d

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

tests/client/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# However, if you have executed another commercial license agreement
2020
# with Crate these terms will supersede the license and you may use the
2121
# software solely pursuant to the terms of the relevant commercial agreement.
22-
from __future__ import absolute_import
22+
2323

2424
from pathlib import Path
2525

tests/testing/settings.py

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

tests/testing/test_layer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@
3737
prepend_http,
3838
wait_for_http_url,
3939
)
40+
from tests.client.settings import crate_path
4041
from tests.conftest import download_cratedb
4142

42-
from .settings import crate_path
43-
4443

4544
class LayerUtilsTest(TestCase):
4645
def test_prepend_http(self):

0 commit comments

Comments
 (0)