From 078b564fed3123a6692d0371c4685ec5b9679d89 Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Tue, 12 Apr 2016 14:01:36 -0700 Subject: [PATCH] Fix pep8 errors --- dns/api/main_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/api/main_test.py b/dns/api/main_test.py index 24e0b68461c..5cf216b6c3a 100644 --- a/dns/api/main_test.py +++ b/dns/api/main_test.py @@ -13,9 +13,8 @@ from gcloud import dns from gcp.testing.flaky import flaky -import pytest import main - +import pytest TEST_ZONE_NAME = 'test-zone' TEST_ZONE_DNS_NAME = 'theadora.is.'