Skip to content

Commit 3a3b4e5

Browse files
author
Luke Sneeringer
committed
Fix import order.
1 parent 0ad32f2 commit 3a3b4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api_core/tests/unit/gapic/test_dispatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from google.api_core.gapic_v1.dispatch import dispatch
16-
1715
import pytest
1816
import six
1917

18+
from google.api_core.gapic_v1.dispatch import dispatch
19+
2020

2121
@pytest.mark.skipif(six.PY2, reason='dispatch only works on Python 3.')
2222
def test_dispatch():

0 commit comments

Comments
 (0)