mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
tests(python): remove unneeded comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user