Skip to content

Commit 151a0c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_bidi.py

Lines changed: 1 addition & 1 deletion
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)