Skip to content

Removed protected imports from zeroconf namespace#567

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:drop_protected_imports
Jun 13, 2021
Merged

Removed protected imports from zeroconf namespace#567
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:drop_protected_imports

Conversation

@bdraco

@bdraco bdraco commented Jun 13, 2021

Copy link
Copy Markdown
Member
  • These protected items are not intended to be part of the
    public API

closes #563

- These protected items are not intended to be part of the
  public API
@codecov-commenter

codecov-commenter commented Jun 13, 2021

Copy link
Copy Markdown

Codecov Report

Merging #567 (7170a82) into master (7807fa0) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
+ Coverage   94.89%   94.93%   +0.04%     
==========================================
  Files          17       17              
  Lines        1957     1956       -1     
  Branches      351      351              
==========================================
  Hits         1857     1857              
+ Misses         54       53       -1     
  Partials       46       46              
Impacted Files Coverage Δ
zeroconf/__init__.py 89.47% <ø> (-0.53%) ⬇️
zeroconf/services/__init__.py 92.96% <0.00%> (-0.27%) ⬇️
zeroconf/core.py 89.29% <0.00%> (+0.66%) ⬆️

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 7807fa0...7170a82. Read the comment docs.

@bdraco bdraco merged commit a8420cd into python-zeroconf:master Jun 13, 2021
@bdraco bdraco deleted the drop_protected_imports branch June 13, 2021 09:28
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.

Remove protected imports from zeroconf/__init__.py

2 participants