bartbot / sweep

Sweep: AI-powered Junior Developer for small features and bug fixes.
https://sweep.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add Type Hints to Functions in github_utils.py #33

Open sweep-ai[bot] opened 10 months ago

sweep-ai[bot] commented 10 months ago

PR Feedback (click)

The type hints for the parameters and output of these functions are already provided in the issue description. The user wants to ensure that all functions in the file have parameters and output annotated with type hints.

Summary of Changes

These changes will help in understanding the type of parameters that a function expects and the type of value it returns. This can be helpful in preventing bugs and making the code easier to understand.

sweep-ai[bot] commented 10 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 10 months ago

Sandbox Executions