Skip to content

Conversation

FBruzzesi
Copy link
Contributor

Summary

Very tiny change: func callable in pipe function was missing the first argument annotation, leading to the following:

Return type is unknownPylance[reportUnknownVariableType]

Expected 0 positional arguments

screenshot image

By adding "GT" via Concatenate, the issue is resolved.

Checklist

Copy link

codecov bot commented Aug 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.43%. Comparing base (bf2ae77) to head (4055dcc).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #757   +/-   ##
=======================================
  Coverage   91.43%   91.43%           
=======================================
  Files          47       47           
  Lines        5547     5547           
=======================================
  Hits         5072     5072           
  Misses        475      475           

☔ View full report in Codecov by Sentry.
📢 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.

@FBruzzesi FBruzzesi changed the title fix(typing): pipe missing first argument type fix(typing): pipe has incorrect type for first argument (GT) Aug 9, 2025
@FBruzzesi FBruzzesi changed the title fix(typing): pipe has incorrect type for first argument (GT) fix(typing): Annotate pipe first argument type as GT Aug 9, 2025
@machow machow self-assigned this Aug 18, 2025
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