fix typo in code_evaluator.py#526
Conversation
There was a problem hiding this comment.
Thank you for the PR. Changes LGTM 👍🏾
@leogregianin can you update the static analysis issue so the static analysis pipeline can pass?
I can also update them too since these aren't directly related to your change, let me know.
|
@leonardomaier I have also invited you to join scanapi on Github. ThankYou for all the efforts. 🙌🏾 |
@Pradhvan Thank you so much! Glad to be part of this amazing project 😄 |
|
@Pradhvan static analysis is still complaining about some unused imports in Should I remove them? Not sure if these imports (even if not used) are needed for some reason as they are marked with |
I think they are dynamically imported during API Spec that's why they have a comment # Available imports to be used dynamically in the API spec
|
* docs: fix typo in code_evaluator.py * fix: breaks python code regex into multiple lines
* docs: fix typo in code_evaluator.py * fix: breaks python code regex into multiple lines
Description
Fix docstrings typos for CodeEvaluator class.
Motivation behind this PR?
#524
What type of change is this?
Code documentation fix
Checklist
Issue
Closes #524