PickwickSoft / pystreamapi

The Python Stream API Library offering Streams like you know from Java/Kotlin/Scala in Python with some cool extensions
https://pystreamapi.pickwicksoft.org/
GNU General Public License v3.0
29 stars 4 forks source link

:sparkles: Create data loader for XML (Sourcery refactored) #84

Closed sourcery-ai[bot] closed 8 months ago

sourcery-ai[bot] commented 8 months ago

Pull Request #82 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the feature/#72/data-loader-for-xml branch, then run:

git fetch origin sourcery/feature/#72/data-loader-for-xml
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud