Skip to content

Commit

Permalink
style: import 3rd party before 1st party
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 26, 2024
1 parent 7f9f044 commit 08a2170
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/use-rdb-resource/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from dotenv import load_dotenv

from myvanna import generate_sql_from_prompt

# from openssa import DANA, DbResource
from openssa.core.agent.dana import DANA # , FileResource
from openssa.core.resource.db import DbResource

from myvanna import generate_sql_from_prompt

load_dotenv()


Expand Down

0 comments on commit 08a2170

Please sign in to comment.