Skip to content

Commit

Permalink
Fix import order, appeasing lint. (#6240)
Browse files Browse the repository at this point in the history
Error left from PR #6211, when Kokoro was blithely skipping tests.
  • Loading branch information
tseaver authored Oct 17, 2018
1 parent bcf836e commit f0449e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_core/tests/unit/test_bidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import pytest
from six.moves import queue

from google.api_core import exceptions
from google.api_core import bidi
from google.api_core import exceptions


class Test_RequestQueueGenerator(object):
Expand Down

0 comments on commit f0449e0

Please sign in to comment.