tests(python): remove unneeded comments

This commit is contained in:
John Bampton
2023-10-04 06:06:20 +10:00
parent 2ff777acb7
commit e503cc3003
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