Skip to content

Commit e25d53f

Browse files
authored
Merge pull request #597 from splitgraph/fix-test-import-order-cu-1nezb4d
Fix import order
2 parents f41f924 + e15a04a commit e25d53f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/splitgraph/commands/test_aggregation_pushdown.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import json
2-
import yaml
3-
import pytest
42
from decimal import Decimal
5-
63
from test.splitgraph.conftest import _mount_elasticsearch
7-
from splitgraph.engine import get_engine, ResultShape
4+
5+
import pytest
6+
import yaml
7+
from splitgraph.engine import ResultShape, get_engine
88

99

1010
def _extract_queries_from_explain(result):

test/splitgraph/commands/test_mounting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from datetime import datetime as dt
22
from test.splitgraph.conftest import (
3+
_mount_elasticsearch,
34
_mount_mongo,
45
_mount_mysql,
56
_mount_postgres,
6-
_mount_elasticsearch,
77
)
88

99
import pytest

0 commit comments

Comments
 (0)