Skip to content

Commit

Permalink
Fixed isort
Browse files Browse the repository at this point in the history
  • Loading branch information
pescheck-bram committed Nov 30, 2023
1 parent 6153ddc commit cfb28c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python_gpt_po/po_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import polib
from dotenv import load_dotenv
from openai import OpenAI

from python_gpt_po.version import __version__

# Initialize environment variables and logging
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""

from setuptools import find_packages, setup

from python_gpt_po.version import __version__

# Read the contents of README file
Expand Down

0 comments on commit cfb28c9

Please sign in to comment.