Skip to content

Fix: scanner#157

Merged
isidentical merged 5 commits intomasterfrom
all_defined_top
Dec 19, 2020
Merged

Fix: scanner#157
isidentical merged 5 commits intomasterfrom
all_defined_top

Conversation

@hakancelikdev
Copy link
Copy Markdown
Owner

@hakancelikdev hakancelikdev commented Dec 19, 2020

Case

 __all__ = ['x']
import x

Fixed this case, __all__ = ['x'];  import x
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 19, 2020

Codecov Report

Merging #157 (b5c0a85) into master (5f2f7e5) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   96.58%   96.66%   +0.07%     
==========================================
  Files           8        8              
  Lines         615      629      +14     
==========================================
+ Hits          594      608      +14     
  Misses         21       21              
Impacted Files Coverage Δ
unimport/scan.py 98.98% <100.00%> (ø)
unimport/statement.py 100.00% <100.00%> (ø)

@isidentical isidentical merged commit a5e95af into master Dec 19, 2020
@hakancelikdev hakancelikdev deleted the all_defined_top branch December 20, 2020 23:26
hakancelikdev added a commit that referenced this pull request Jul 16, 2022
* Fix: scanner

Fixed this case, __all__ = ['x'];  import x

* Fix; docs & TypeError

* Update; changelog

* Remove attribute match
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