biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
128 stars 84 forks source link

[FIX] Preprocess - Replace deprecated pkg_resources #1053

Closed PrimozGodec closed 8 months ago

PrimozGodec commented 8 months ago
Issue

pkg_resources is deprecated

Description of changes

Replacing pkg_resources with os.path

Includes
codecov-commenter commented 8 months ago

Codecov Report

Merging #1053 (38a9402) into master (64eee89) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1053 +/- ## ========================================== - Coverage 82.29% 82.29% -0.01% ========================================== Files 93 93 Lines 12448 12447 -1 Branches 1699 1699 ========================================== - Hits 10244 10243 -1 Misses 1893 1893 Partials 311 311 ```