Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ATheorell committed Dec 13, 2023
1 parent 0a9716d commit ec35094
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gpt_engineer/applications/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
import logging
import os

from pathlib import Path
from importlib.util import find_spec
from pathlib import Path

import openai
import typer
import toml
import typer

from dotenv import load_dotenv

from gpt_engineer.applications.cli.cli_agent import CliAgent
Expand All @@ -47,7 +49,6 @@
from gpt_engineer.core.preprompts_holder import PrepromptsHolder
from gpt_engineer.tools.custom_steps import clarified_gen, lite_gen, self_heal


# Load the names of the optional dependencies from the pyprojecct file and determine whether
# they can be imported
with open("pyproject.toml", "r") as file:
Expand Down

0 comments on commit ec35094

Please sign in to comment.