Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit ad2221e

Browse files
Takashi Matsuoleahecole
andauthored
chore: some lint fixes [(#3736)](GoogleCloudPlatform/python-docs-samples#3736)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent 818e8c7 commit ad2221e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/appengine/flexible/tasks/snippets_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
# limitations under the License.
1414

1515
import os
16-
import pytest
1716
import uuid
1817

18+
import pytest
19+
1920
import snippets
2021

2122
TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')

0 commit comments

Comments
 (0)