Skip to content

Commit f0449e0

Browse files
authored
Fix import order, appeasing lint. (#6240)
Error left from PR #6211, when Kokoro was blithely skipping tests.
1 parent bcf836e commit f0449e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_core/tests/unit/test_bidi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import pytest
2121
from six.moves import queue
2222

23-
from google.api_core import exceptions
2423
from google.api_core import bidi
24+
from google.api_core import exceptions
2525

2626

2727
class Test_RequestQueueGenerator(object):

0 commit comments

Comments
 (0)