Skip to content

Commit 12d95bc

Browse files
committed
update test import order
1 parent 1c42e86 commit 12d95bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/transformations/translators/test_tfgnn_transformations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
import numpy as np
1818

1919
from gqlalchemy import Memgraph
20-
from gqlalchemy.transformations.translators.tfgnn_translator import TFGNNTranslator
2120
from gqlalchemy.transformations.constants import DEFAULT_NODE_LABEL
2221

2322
tf = pytest.importorskip("tensorflow")
2423
tfgnn = pytest.importorskip("tensorflow_gnn")
24+
TFGNNTranslator = pytest.importorskip("gqlalchemy.transformations.translators.tfgnn_translator.TFGNNTranslator")
2525

2626
pytestmark = [pytest.mark.extras, pytest.mark.tfgnn]
2727

0 commit comments

Comments
 (0)