automate: move working_dir to be set in constructor

This commit is contained in:
Iain Learmonth 2022-11-28 18:55:10 +00:00
parent efdaad977a
commit 109851745b
7 changed files with 59 additions and 43 deletions

View file

@ -1,7 +1,6 @@
# pylint: disable=too-few-public-methods
import builtins
import datetime
from typing import Dict, List, Union
from flask import current_app