Skip to content

Commit 8ae5f10

Browse files
Jon Wayne Parrottbusunkim96
authored andcommitted
Fix import order lint errors
Change-Id: Ieaf7237fc6f925daec46a07d2e81a452b841198a
1 parent 22afe69 commit 8ae5f10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/snippets/export_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
import random
1616
import string
1717

18-
import export
1918
from gcloud import logging
2019
from gcp.testing import eventually_consistent
2120
import pytest
2221

22+
import export
23+
2324
TEST_SINK_NAME_TMPL = 'example_sink_{}'
2425
TEST_SINK_FILTER = 'severity>=CRITICAL'
2526

samples/snippets/snippets_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from gcloud import logging
1616
from gcp.testing import eventually_consistent
1717
import pytest
18+
1819
import snippets
1920

2021
TEST_LOGGER_NAME = 'example_log'

0 commit comments

Comments
 (0)