Skip to content

Commit 135578a

Browse files
committed
Changing absolute import to relative import
1 parent 0e4a0fc commit 135578a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_compiler/tests/integration_tests/integration_backend_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2018-present Kensho Technologies, LLC.
22
from collections import namedtuple
33

4-
from graphql_compiler.tests.test_backend import TestBackend
4+
from ..test_backend import TestBackend
55

66

77
DEFAULT_ROOT_PASSWORD = u'root'

0 commit comments

Comments
 (0)