Skip to content

Commit ec35094

Browse files
committed
ruff formatting
1 parent 0a9716d commit ec35094

File tree

1 file changed

+4
-3
lines changed
  • gpt_engineer/applications/cli

1 file changed

+4
-3
lines changed

gpt_engineer/applications/cli/main.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
import logging
2929
import os
3030

31-
from pathlib import Path
3231
from importlib.util import find_spec
32+
from pathlib import Path
33+
3334
import openai
34-
import typer
3535
import toml
36+
import typer
37+
3638
from dotenv import load_dotenv
3739

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

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

0 commit comments

Comments
 (0)