Merge pull request #392 from jbampton/remove-unneeded-comments

tests(python): remove unneeded comments
This commit is contained in:
Alex
2023-10-03 23:43:24 +01:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
# FILEPATH: /Users/alextu/Documents/GitHub/DocsGPT/tests/llm/test_openai.py
import unittest
from unittest.mock import patch
from application.llm.openai import OpenAILLM

View File

@@ -1,5 +1,3 @@
# FILEPATH: /Users/alextu/Documents/GitHub/DocsGPT/tests/test_error.py
import pytest
from flask import Flask
from application.error import bad_request, response_error