Skip to content

Fix type annotation for TOMLEncoder.encode return value#329

Merged
Fatal1ty merged 1 commit into
Fatal1ty:masterfrom
EliasStar:master
Jun 5, 2026
Merged

Fix type annotation for TOMLEncoder.encode return value#329
Fatal1ty merged 1 commit into
Fatal1ty:masterfrom
EliasStar:master

Conversation

@EliasStar
Copy link
Copy Markdown
Contributor

fixes #328

@EliasStar EliasStar changed the title fix toml encode type annotation (#328) Fix type annotation for TOMLEncoder.encode return value Jun 3, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.92%. Comparing base (f1b9e07) to head (6617b6b).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #329   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files         101      101           
  Lines       12007    12007           
=======================================
  Hits        11998    11998           
  Misses          9        9           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Fatal1ty Fatal1ty merged commit e6894ef into Fatal1ty:master Jun 5, 2026
17 checks passed
@Fatal1ty
Copy link
Copy Markdown
Owner

Fatal1ty commented Jun 5, 2026

Thanks!

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.

Type annotation for TOMLEncoder.encode return value is wrong

2 participants