awslabs / aws-cfn-template-flip

Tool for converting AWS CloudFormation templates between JSON and YAML formats.
Apache License 2.0
994 stars 142 forks source link

Fixed flake8 warnings #74

Closed u6768 closed 5 years ago

u6768 commented 5 years ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-io commented 5 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #74   +/-   ##
======================================
  Coverage    99.3%   99.3%           
======================================
  Files          10      10           
  Lines         289     289           
======================================
  Hits          287     287           
  Misses          2       2
Impacted Files Coverage Δ
cfn_flip/__init__.py 100% <ø> (ø) :arrow_up:
cfn_tools/yaml_dumper.py 100% <100%> (ø) :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 ba7abe5...da7c577. Read the comment docs.

stilvoid commented 5 years ago

Perfect, thanks!

u6768 commented 5 years ago

Thanks stilvoid for reviewing. Just deleted the branch and it is all set.