Skip to content

Commit d1e3296

Browse files
author
Jon Wayne Parrott
committed
Merge pull request #253 from GoogleCloudPlatform/pep8
Fix pep8 errors
2 parents 507a179 + 078b564 commit d1e3296

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dns/api/main_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313

1414
from gcloud import dns
1515
from gcp.testing.flaky import flaky
16-
import pytest
1716
import main
18-
17+
import pytest
1918

2019
TEST_ZONE_NAME = 'test-zone'
2120
TEST_ZONE_DNS_NAME = 'theadora.is.'

0 commit comments

Comments
 (0)