diff --git a/src/main/python/ddadevops/release_mixin/infrastructure_api.py b/src/main/python/ddadevops/release_mixin/infrastructure_api.py index 3eb0877..2f62616 100644 --- a/src/main/python/ddadevops/release_mixin/infrastructure_api.py +++ b/src/main/python/ddadevops/release_mixin/infrastructure_api.py @@ -1,4 +1,4 @@ -# TODO: jem, zam - 2023_04_14: Discuss if we can move more functionality to domain? +# TODO: jem, zam - 2023_04_18: Mv this to an infrastructure namespace? import json import re import subprocess as sub @@ -6,6 +6,7 @@ from abc import ABC, abstractmethod from pathlib import Path from os import environ +# TODO: jem, zam - 2023_04_18: Discuss if we can move more functionality to domain? class FileHandler(ABC): @classmethod