diff --git a/explain_this_repo/cli.py b/explain_this_repo/cli.py index afc5ea5..1133fac 100644 --- a/explain_this_repo/cli.py +++ b/explain_this_repo/cli.py @@ -325,4 +325,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main() diff --git a/explain_this_repo/prompt.py b/explain_this_repo/prompt.py index 8a5ff3c..c3a314c 100644 --- a/explain_this_repo/prompt.py +++ b/explain_this_repo/prompt.py @@ -131,4 +131,4 @@ def build_simple_prompt( Make it feel like a human developer explaining to another developer in simple terms. """.strip() - return prompt \ No newline at end of file + return prompt