Skip to content

Commit

Permalink
Change import order in main.py
Browse files Browse the repository at this point in the history
The Ruff precheck failed because of the import order.
  • Loading branch information
pbharrin authored Aug 15, 2023
1 parent 10e52ff commit 19a7986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_engineer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

from pathlib import Path

import openai
import typer

from dotenv import load_dotenv
import openai

from gpt_engineer.ai import AI, fallback_model
from gpt_engineer.collect import collect_learnings
Expand Down

0 comments on commit 19a7986

Please sign in to comment.