cmanaha / python-elasticsearch-logger

Python Elasticsearch handler for the standard python logging framework
Other
232 stars 116 forks source link

Fix pep8 errors #26

Closed aldbr closed 7 years ago

aldbr commented 7 years ago

Fix the pep8 errors in the serializer class.

codecov-io commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@21ed7fc). Click here to learn what that means. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage          ?   78.84%           
=========================================
  Files             ?        2           
  Lines             ?      156           
  Branches          ?       20           
=========================================
  Hits              ?      123           
  Misses            ?       29           
  Partials          ?        4
Impacted Files Coverage Δ
cmreslogging/serializers.py 41.66% <0%> (ø)
cmreslogging/handlers.py 81.94% <100%> (ø)

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 21ed7fc...7bd01da. Read the comment docs.

aldbr commented 7 years ago

There is no Pep8 error anymore.