Skip to content

Commit

Permalink
Renames FOLDER to SRC_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino authored Apr 4, 2023
1 parent 1e892bf commit 4c66cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

FOLDER = Path(__file__).parent
SRC_DIR = Path(__file__).parent


def load_prompt():
Expand Down

0 comments on commit 4c66cd6

Please sign in to comment.