Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Sep 7, 2023
1 parent 4eff054 commit cc4675e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion chellow/bank_holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@


def _run(log_f, sess):

log_f("Starting to check bank holidays")
contract = Contract.get_non_core_by_name(sess, "bank_holidays")
contract_props = contract.make_properties()
Expand Down
1 change: 0 additions & 1 deletion chellow/national_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def set_progress(self, progress):
def run(self):
while not self.stopped.is_set():
with Session() as sess:

try:
config = Contract.get_non_core_by_name(sess, "configuration")
state = config.make_state()
Expand Down
1 change: 0 additions & 1 deletion chellow/reports/report_247.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ def content(
bill_check_era_rows = []
try:
with Session() as sess:

start_year = scenario_props["scenario_start_year"]
start_month = scenario_props["scenario_start_month"]
months = scenario_props["scenario_duration"]
Expand Down
1 change: 0 additions & 1 deletion chellow/reports/report_sscs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def content(
tpr_rows = [["tpr_code", "is_teleswitch", "is_gmt"]]
try:
with Session() as sess:

user = User.get_by_id(sess, user_id)

running_name, finished_name = chellow.dloads.make_names("sscs.ods", user)
Expand Down

0 comments on commit cc4675e

Please sign in to comment.