From 785940d3b61d158a054ad4e8d3ae4090d70a554f Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Tue, 18 Apr 2023 08:56:50 +0200 Subject: [PATCH] add review --- src/main/python/ddadevops/release_mixin/infrastructure_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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