Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes type hint for configure_pyflyte_cli in plugin #2065

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

thomasjpfan
Copy link
Member

The pyflyte main command is passed in here which is a Group object:

@click.group("pyflyte", invoke_without_command=True, cls=ErrorHandlingCommand)

Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fccf7c7) 86.05% compared to head (e099bef) 86.06%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2065   +/-   ##
=======================================
  Coverage   86.05%   86.06%           
=======================================
  Files         313      313           
  Lines       23344    23344           
  Branches     3489     3489           
=======================================
+ Hits        20088    20090    +2     
+ Misses       2644     2643    -1     
+ Partials      612      611    -1     

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

@eapolinario eapolinario merged commit 274549f into flyteorg:master Dec 21, 2023
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants