Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent a28b74e commit 94810a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed src/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion src/my_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from dotenv import load_dotenv
from src.hooks.slack import send_slack_message
from src.utils import (
from src.utils.data_serialization import (
read_json_as_job_records,
write_job_records_to_json,
)
Expand Down

0 comments on commit 94810a2

Please sign in to comment.