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 5f55721 commit fd34d3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions monitor/jobs.py → jobs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
import subprocess
from typing import Optional

from dotenv import load_dotenv

from hooks.slack import send_slack_message
from utils.data_serialization import (
read_json_as_job_records,
Expand Down
Empty file removed monitor/__init__.py
Empty file.
1 change: 0 additions & 1 deletion monitor/quota_limit.py → quota_limit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from dotenv import load_dotenv
from hooks.slack import send_slack_message
from utils.subprocess_operations import get_cmd_stdout

load_dotenv()
Expand Down

0 comments on commit fd34d3d

Please sign in to comment.