Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifies boto3 dynamic import to use only absolute imports #280

Merged
merged 1 commit into from
May 1, 2017
Merged

Modifies boto3 dynamic import to use only absolute imports #280

merged 1 commit into from
May 1, 2017

Conversation

lorengordon
Copy link
Member

Negative "level" values stopped being supported as of py3.3. A
value of 0 means that the import is absolute (which it is).

Negative "level" values stopped being supported as of py3.3. A
value of 0 means that the import is absolute (which it is).
@codecov
Copy link

codecov bot commented May 1, 2017

Codecov Report

Merging #280 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #280   +/-   ##
========================================
  Coverage    18.12%   18.12%           
========================================
  Files           13       13           
  Lines          822      822           
  Branches        92       92           
========================================
  Hits           149      149           
- Misses         672      673    +1     
+ Partials         1        0    -1
Impacted Files Coverage Δ
src/watchmaker/managers/base.py 18.31% <ø> (ø) ⬆️
src/watchmaker/workers/salt.py 13.71% <0%> (ø) ⬆️

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 d3aaa68...92e8c94. Read the comment docs.

@lorengordon lorengordon merged commit 74d5230 into plus3it:develop May 1, 2017
@lorengordon lorengordon deleted the boto3-py3 branch May 1, 2017 13:59
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.

2 participants