Skip to content

Commit ebb3dba

Browse files
committed
test: fix import order
1 parent f36b3e3 commit ebb3dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/cloud-client/backup_sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
import uuid
1515

1616
from google.api_core.exceptions import DeadlineExceeded
17-
from test_utils.retry import RetryErrors
1817
from google.cloud import spanner
18+
from test_utils.retry import RetryErrors
1919
import pytest
2020

2121
import backup_sample

0 commit comments

Comments
 (0)