Skip to content

Fix PEP8 issues#196

Merged
faif merged 1 commit intofaif:masterfrom
bregman-arie:master
Jun 4, 2017
Merged

Fix PEP8 issues#196
faif merged 1 commit intofaif:masterfrom
bregman-arie:master

Conversation

@bregman-arie
Copy link
Copy Markdown
Contributor

  • E305 expected 2 blank lines after class or function definition
  • E501 line too long (87 > 79 characters)
  • W391 blank line at end of file

* E305 expected 2 blank lines after class or function definition
* E501 line too long (87 > 79 characters)
* W391 blank line at end of file
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 4, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files          61       61           
  Lines        2430     2430           
=======================================
  Hits         2302     2302           
  Misses        128      128
Impacted Files Coverage Δ
behavioral/catalog.py 89.39% <ø> (ø) ⬆️
structural/front_controller.py 100% <ø> (ø) ⬆️
structural/adapter.py 100% <ø> (ø) ⬆️
tests/test_decorator.py 100% <ø> (ø) ⬆️
tests/test_prototype.py 100% <ø> (ø) ⬆️
tests/test_hsm.py 100% <100%> (ø) ⬆️
dft/setter_injection.py 100% <100%> (ø) ⬆️
dft/constructor_injection.py 100% <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 3b609e0...27a2110. Read the comment docs.

@faif faif merged commit 4c7e053 into faif:master Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants