cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

Fix flake8 formatting error. #48

Closed inklesspen closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files          29       29           
  Lines        3408     3408           
=======================================
  Hits         3285     3285           
  Misses        123      123
Impacted Files Coverage Δ
endpoints_management/control/wsgi.py 93.06% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 68d53be...5c11bfe. Read the comment docs.

inklesspen commented 7 years ago

We follow pep8 more than Google in other places, such as the indentation spacing.

I'm fine either way, but we ought to pick one.

tangiel commented 7 years ago

True. We can defer that.