Skip to content

Commit 942f7c1

Browse files
1 parent 858e72b commit 942f7c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎tests/unit/test_graph_server.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
# limitations under the License.
1414

1515
import json
16-
import pytest
1716
import unittest
1817

18+
import pytest
19+
1920
try:
2021
import spanner_graphs.graph_visualization as graph_visualization
2122
except ImportError:
2223
graph_visualization = None
2324

24-
from bigquery_magics.graph_server import convert_graph_data, GraphServer
25+
from bigquery_magics.graph_server import GraphServer, convert_graph_data
2526

2627
alex_properties = {
2728
"birthday": "1991-12-21T08:00:00Z",

0 commit comments

Comments
 (0)