FloweryScythe13 / tsgpt

MIT License
0 stars 1 forks source link

Fix import statement for 'utils' module in data_pipeline.py #3

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR fixes the import statement for the 'utils' module in the data_pipeline.py file. The current import statement from utils import util is incorrect because the Python interpreter is not aware of the relative path to the 'utils' module. This causes a ModuleNotFoundError when running the code.

Summary of Changes

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout {pull_request.branch_name}

🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can: