Skip to content

Commit d9ea86a

Browse files
author
Jon Wayne Parrott
committed
Fixing lint issues
1 parent 795e5ec commit d9ea86a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

blog/introduction_to_data_models_in_cloud_datastore/test_blog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
from .blog import main
1514
from tests import CloudBaseTest
1615

16+
from .blog import main
17+
1718

1819
class BlogTestCase(CloudBaseTest):
1920
"""Simple test case that ensures the blog code doesn't throw any errors."""

blog/introduction_to_data_models_in_cloud_datastore/test_wiki.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
from .wiki import main
1514
from tests import CloudBaseTest
1615

16+
from .wiki import main
17+
1718

1819
class WikiTestCase(CloudBaseTest):
1920
"""Simple test case that ensures the wiki code doesn't throw any errors."""

0 commit comments

Comments
 (0)