Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Nov 10, 2023
1 parent 6a36f96 commit c83b8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_critique.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
from docstring_auditor.main import ask_for_critique
from unittest.mock import MagicMock
import openai import OpenAI
from openai import OpenAI

client = OpenAI()

Expand Down

0 comments on commit c83b8b9

Please sign in to comment.