morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.67k stars 412 forks source link

Remove unused imports (in `ToDelimitedString`) #971

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR removes no longer used imports in ToDelimitedString.

codecov[bot] commented 1 year ago

Codecov Report

Merging #971 (0712efe) into master (1ef3753) will increase coverage by 0.10%. The diff coverage is 100.00%.

:exclamation: Current head 0712efe differs from pull request most recent head e2351e3. Consider uploading reports for the commit e2351e3 to get more accurate results

@@            Coverage Diff             @@
##           master     #971      +/-   ##
==========================================
+ Coverage   92.49%   92.59%   +0.10%     
==========================================
  Files         113      113              
  Lines        3426     3432       +6     
  Branches     1024     1049      +25     
==========================================
+ Hits         3169     3178       +9     
+ Misses        192      191       -1     
+ Partials       65       63       -2     
Impacted Files Coverage Δ
MoreLinq/ToDelimitedString.g.cs 62.85% <ø> (ø)
MoreLinq/Batch.cs 98.07% <100.00%> (+3.73%) :arrow_up:
MoreLinq/Fold.cs 100.00% <100.00%> (+2.12%) :arrow_up:
MoreLinq/Fold.g.cs 100.00% <100.00%> (ø)
MoreLinq/ToDataTable.cs 96.80% <100.00%> (-0.07%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more