Closed pixeebot[bot] closed 6 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Thanks @pixeebot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
Check out the playback for this Pull Request here.
PR Details of @pixeebot[bot] in HKUST-Aerial-Robotics-Fast-Planner : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 1 | 2 |
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This change may not be a priority right now, so I'll close it. If there was something I could have done better, please let me know!
You can also customize me to make sure I'm working with you in the way you want.
Many older codebases have
__future__
imports for forwards compatibility with features. As of this writing, all but one of those features is now stable in all currently supported versions of Python and so the imports are no longer needed. While such imports are harmless, they are also unnecessary and in most cases you probably just forgot to remove them.This codemod removes all such
__future__
imports, preserving only those that are still necessary for forwards compatibility.Our changes look like the following:
More reading
* [https://docs.python.org/3/library/__future__.html](https://docs.python.org/3/library/__future__.html)🧚🤖Powered by Pixeebot (codemod ID: pixee:python/remove-future-imports)