Skip to content

Commit

Permalink
scribe-org#79 ignore import order warning and add EOF line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Mar 20, 2024
1 parent b8421ab commit 49bfcf2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
PATH_TO_SCRIBE_DATA_SRC = f"{PATH_TO_SCRIBE_ORG}Scribe-Data/src"
sys.path.insert(0, PATH_TO_SCRIBE_DATA_SRC)

from scribe_data.utils import translate_to_other_languages
from scribe_data.utils import translate_to_other_languages # noqa: E402

SRC_LANG = "Swedish"
translate_script_dir = os.path.dirname(os.path.abspath(__file__))
Expand All @@ -38,4 +38,4 @@
word_list=word_list,
translations=translations,
batch_size=100,
)
)

0 comments on commit 49bfcf2

Please sign in to comment.