diff --git a/api/analyzers/csharp/__init__.py b/api/analyzers/csharp/__init__.py index e69de29b..8b137891 100644 --- a/api/analyzers/csharp/__init__.py +++ b/api/analyzers/csharp/__init__.py @@ -0,0 +1 @@ + diff --git a/api/entities/entity.py b/api/entities/entity.py index 77f1cc97..fd4948b4 100644 --- a/api/entities/entity.py +++ b/api/entities/entity.py @@ -28,4 +28,4 @@ def resolved_symbol(self, f: Callable[[str, Node], list[Self]]): for key, symbols in self.symbols.items(): for symbol in symbols: for resolved_symbol in f(key, symbol.symbol): - symbol.add_resolve_symbol(resolved_symbol) \ No newline at end of file + symbol.add_resolve_symbol(resolved_symbol) diff --git a/api/index.py b/api/index.py index 354f5c6d..16fc57e5 100644 --- a/api/index.py +++ b/api/index.py @@ -517,4 +517,4 @@ def list_commits(): 'commits': commits } - return jsonify(response), 200 \ No newline at end of file + return jsonify(response), 200 diff --git a/api/llm.py b/api/llm.py index 8c3330e9..f324eca8 100644 --- a/api/llm.py +++ b/api/llm.py @@ -264,4 +264,4 @@ def ask(repo_name: str, question: str) -> str: response = chat.send_message(question) logging.debug(f"Response: {response}") print(f"Response: {response['response']}") - return response['response'] \ No newline at end of file + return response['response'] diff --git a/api/prompts.py b/api/prompts.py index aeaaf504..e8b4b3c7 100644 --- a/api/prompts.py +++ b/api/prompts.py @@ -110,4 +110,4 @@ **Question:** {question} -**Your helpful answer:**""" \ No newline at end of file +**Your helpful answer:**"""