add review
This commit is contained in:
parent
d4d49970ec
commit
785940d3b6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue