We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f41f924 + e15a04a commit e25d53fCopy full SHA for e25d53f
2 files changed
test/splitgraph/commands/test_aggregation_pushdown.py
@@ -1,10 +1,10 @@
1
import json
2
-import yaml
3
-import pytest
4
from decimal import Decimal
5
-
6
from test.splitgraph.conftest import _mount_elasticsearch
7
-from splitgraph.engine import get_engine, ResultShape
+
+import pytest
+import yaml
+from splitgraph.engine import ResultShape, get_engine
8
9
10
def _extract_queries_from_explain(result):
test/splitgraph/commands/test_mounting.py
@@ -1,9 +1,9 @@
from datetime import datetime as dt
from test.splitgraph.conftest import (
+ _mount_elasticsearch,
_mount_mongo,
_mount_mysql,
_mount_postgres,
- _mount_elasticsearch,
)
import pytest
0 commit comments