Skip to content

Commit

Permalink
tests(python): remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Oct 3, 2023
1 parent 2ff777a commit e503cc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/llm/test_openai.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/test_error.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e503cc3

Please sign in to comment.