Skip to content

Commit

Permalink
chore(utils): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Nov 3, 2023
1 parent d7ce5f3 commit d551592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gen3discoveryai/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from gen3discoveryai.factory import Factory
from gen3discoveryai.topic_chains import TopicChainGoogleQuestionAnswerRAG, TopicChainQuestionAnswerRAG
from gen3discoveryai.topic_chains import (
TopicChainGoogleQuestionAnswerRAG,
TopicChainQuestionAnswerRAG,
)

# ... import more here as implemented

Expand Down

0 comments on commit d551592

Please sign in to comment.